diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a5335a5..ceb9ed9 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ AH_TOP([#ifndef SRD_CONFIG_H #define SRD_CONFIG_H /* To stop multiple inclusions. */]) AH_BOTTOM([#endif /* SRD_CONFIG_H */]) -CFLAGS="-g -Wall -Wextra" +CFLAGS="$CFLAGS -Wall -Wextra" # Checks for programs. AC_PROG_CXX |