chiark / gitweb /
networkd: dhcp - only set the MTU option once
[elogind.git] / autogen.sh
index 9ffd7240ad06afc9709fcf15131b292ce7f896b9..49d5519759506128bbd990b7a8d59c0c96e16e2c 100755 (executable)
@@ -59,6 +59,15 @@ if [ "x$1" = "xc" ]; then
 elif [ "x$1" = "xg" ]; then
         ./configure CFLAGS='-g -Og -ftrapv' --enable-kdbus $args
         make clean
+elif [ "x$1" = "xa" ]; then
+        ./configure CFLAGS='-g -O0 -Wsuggest-attribute=pure -Wsuggest-attribute=const -ftrapv' --enable-kdbus $args
+        make clean
+elif [ "x$1" = "xl" ]; then
+        ./configure CC=clang CFLAGS='-g -O0 -ftrapv -Wno-cast-align -Wno-gnu' --enable-kdbus $args
+        make clean
+elif [ "x$1" = "xs" ]; then
+        scan-build ./configure CFLAGS='-g -O0 -ftrapv' --enable-kdbus $args
+        scan-build make
 else
         echo
         echo "----------------------------------------------------------------"