X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=configure.ac;h=a0c93efbae8799dc8e5810566d4e45ad44aa115c;hp=ea04095808f5639b2576def2107f24f85a017ed5;hb=74b9bf0c14d186ac8681b210322a022b0c42a474;hpb=366237a361c2fe36ef86202e848e0f07602f07f0 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