From e1c76b4dd48a3ab323e20e94ebe984d7ded7c183 Mon Sep 17 00:00:00 2001 From: Kevin Greenan Date: Sat, 7 Dec 2013 16:00:12 -0800 Subject: Added exhaustive test support (Ethan's changes to gf_unit and gf_methods) and overrode autoconf's defaults for CFLAGS. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 96c8f62..826c681 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,10 @@ AC_CONFIG_HEADER(include/config.h) dnl Needed when reconfiguring with 'autoreconf -i -s' AC_CONFIG_MACRO_DIR([m4]) +# Override default CFLAGS +CFLAGS="-O3 -g" +CXXFLAGS="-O3 -g" + dnl Compiling with per-target flags requires AM_PROG_CC_C_O. AC_PROG_CC -- cgit v1.2.1