From e9915aad4fe97cd253b88805646085c64181baef Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 22 Oct 2018 16:48:56 -0700 Subject: [PATCH] Don't force CFLAGS from top level Let the system defaults control this value. Signed-off-by: Keith Packard --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.30.2