chiark / gitweb /
localectl: port over to bus_log_create_error()
[elogind.git] / autogen.sh
index d0873422a995bd82adf2a115315740664916577d..9869c156ae80f668a1edce627e4a6b5cd2930f63 100755 (executable)
@@ -54,6 +54,9 @@ args="$args \
 fi
 
 if [ "x$1" = "xc" ]; then
+        ./configure CFLAGS='-g -O0' $args
+        make clean
+elif [ "x$1" = "xg" ]; then
         ./configure CFLAGS='-g -Og' $args
         make clean
 else