diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 03:29:37 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-30 03:29:37 (EDT) |
commit | 59ea14fe7226195a0f8e29187482d58be4da4ba6 (patch) | |
tree | a0ade7cbb9e8769cacfc30209a818cf24b4860f1 | |
parent | d87530f0ee5d3f7449a67239d6187340570dd2d3 (diff) |
build: Drop -g and -O2 from CFLAGS
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 229bb77..567efaf 100644 --- a/configure.ac +++ b/configure.ac @@ -31,6 +31,7 @@ AM_CONDITIONAL([IN_GIT], AC_PROG_CC() AM_PROG_CC_C_O() +CFLAGS='' AX_CFLAGS_WARN_ALL() dnl Adds -Wall or equivalent AX_CHECK_COMPILE_FLAG([-Wpedantic], [AX_APPEND_FLAG([-Wpedantic])]) |