jjb: remove -DDEBUG from coverity CFLAGS
[lttng-ci.git] / scripts / common / scan-build.sh
index 9f3caea8ef02edfe836942ce907471d0ef677515..478fff1f5045b7d37728ec324621e7bb12f709ea 100755 (executable)
@@ -36,7 +36,8 @@ SRCDIR="$WORKSPACE/src/$PROJECT_NAME"
 TMPDIR="$WORKSPACE/tmp"
 
 NPROC=$(nproc)
-export CFLAGS="-O0 -g -DDEBUG"
+export CFLAGS="-O0 -g"
+export CXXFLAGS="-O0 -g"
 
 # Directory to archive the scan-build report
 SCAN_BUILD_ARCHIVE="${WORKSPACE}/scan-build-archive"
This page took 0.022549 seconds and 4 git commands to generate.