diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 9ffd7240ad..e6289b3bcb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -59,6 +59,9 @@ 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 else echo echo "----------------------------------------------------------------" |