jjb: make sure we build with O2 on all platforms
[lttng-ci.git] / scripts / lttng-ust / build.sh
index 5b9c39ebb42f2961e54b232303f5516691989c6d..883154ebdaf824b3656b1f0078159d84141fe253 100755 (executable)
@@ -35,6 +35,7 @@ rm -rf "$PREFIX" "$TMPDIR"
 mkdir -p "$PREFIX" "$TMPDIR"
 
 export TMPDIR
+export CFLAGS="-g -O2"
 
 # Set platform variables
 case "$arch" in
This page took 0.036785 seconds and 4 git commands to generate.