File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - C_INCLUDE_PATH="$TRAVIS_BUILD_DIR/build/include"
2525 matrix :
2626 - CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -std=gnu90 -fvisibility=hidden"
27- - CC="ccache clang" "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
27+ - CC="ccache clang" CFLAGS= "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
2828
2929matrix :
3030 fast_finish : true
@@ -34,7 +34,7 @@ matrix:
3434 - env : CC="ccache gcc" CFLAGS="-g3 -O0 -fno-delete-null-pointer-checks -Wall -std=gnu90 -fvisibility=hidden"
3535 php : nightly
3636 compiler : gcc
37- - env : CC="ccache clang" "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
37+ - env : CC="ccache clang" CFLAGS= "-g3 -O0 -fcolor-diagnostics -Wall -std=gnu90"
3838 php : nightly
3939 compiler : clang
4040
You can’t perform that action at this time.
0 commit comments