diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-22 16:48:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-22 17:13:15 -0700 |
commit | e9915aad4fe97cd253b88805646085c64181baef (patch) | |
tree | 58273660367b0e8a5ae43b5fd385e0a3024df7f7 | |
parent | cf7b2e065d844d290ee43449ae37162839220158 (diff) |
Don't force CFLAGS from top level
Let the system defaults control this value.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |