chiark / gitweb /
build-sys: use -Og instead of -O0 to catch warnings
[elogind.git] / autogen.sh
index eeb0c1b5e3385356a22a8ca50a0424c55431500a..d0873422a995bd82adf2a115315740664916577d 100755 (executable)
@@ -54,7 +54,7 @@ args="$args \
 fi
 
 if [ "x$1" = "xc" ]; then
-        ./configure CFLAGS='-g -O0' $args
+        ./configure CFLAGS='-g -Og' $args
         make clean
 else
         echo