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