From 518356145770aaa2f684691d4ee3fe82230ec54b Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Wed, 28 Dec 2016 11:40:55 +0100 Subject: [PATCH] autotools enables debugging (gcc -g) by default --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f5d57c6..62bea80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ ################################################################ AM_CPPFLAGS = -D$(OS) -AM_CFLAGS = -g -pedantic +AM_CFLAGS = -pedantic ################################################################