move MOREFLAGS to circle.yml

This commit is contained in:
Przemyslaw Skibinski
2017-02-16 17:52:49 +01:00
parent 84452ca29f
commit 6babbff58d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ test:
#- gcc -v; make -C tests test32 MOREFLAGS="-I/usr/include/x86_64-linux-gnu" && make clean
#- make uasan && make clean
#- make asan32 && make clean
#- make -C tests test32 CC=clang MOREFLAGS="-g -fsanitize=address -I/usr/include/x86_64-linux-gnu"
# Valgrind tests
#- CFLAGS="-O1 -g" make -C zlibWrapper valgrindTest && make clean
#- make -C tests valgrindTest && make clean