X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=a0c93efbae8799dc8e5810566d4e45ad44aa115c;hb=b5c63de93993406ee1ef7e5df0a9cdc66cea9935;hp=ea04095808f5639b2576def2107f24f85a017ed5;hpb=366237a361c2fe36ef86202e848e0f07602f07f0;p=sigrok-cli.git diff --git a/configure.ac b/configure.ac index ea04095..a0c93ef 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,8 @@ AH_TOP([#ifndef SIGROK_CLI_CONFIG_H #define SIGROK_CLI_CONFIG_H /* To stop multiple inclusions. */]) AH_BOTTOM([#endif /* SIGROK_CLI_CONFIG_H */]) -CFLAGS="-g -Wall -Wextra" +# Enable more compiler warnings via -Wall and -Wextra. +CFLAGS="$CFLAGS -Wall -Wextra" # Checks for programs. AC_PROG_CC