From 59ea14fe7226195a0f8e29187482d58be4da4ba6 Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Tue, 30 Jul 2019 03:29:37 -0400
Subject: build: Drop -g and -O2 from CFLAGS

---
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])])
--
cgit v0.9.1