From: Keith Packard Date: Mon, 22 Oct 2018 23:48:56 +0000 (-0700) Subject: Don't force CFLAGS from top level X-Git-Tag: 1.9~19 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e9915aad4fe97cd253b88805646085c64181baef Don't force CFLAGS from top level Let the system defaults control this value. Signed-off-by: Keith Packard --- diff --git a/configure.ac b/configure.ac index e888aa99..dc0a36ce 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,6 @@ AC_PROG_LN_S AC_PROG_LIBTOOL PKG_PROG_PKG_CONFIG -CFLAGS="-g" WARN_CFLAGS="" if test "x$GCC" = "xyes"; then WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \