From e87d808594e48a4c80d201d07fb86fbb9548409e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 22 Mar 2017 21:59:43 +0000 Subject: Remove coverage and profile flags. --- Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ff9b77b7..da0fcc39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,14 +30,6 @@ AM_CFLAGS += -Wdeclaration-after-statement -Wno-pointer-sign -Wno-attributes AM_CFLAGS += -Wno-unused-result AM_CPPFLAGS += -DDEBUG endif -if IS_COVERAGE -AM_CFLAGS += -g -O0 --coverage -AM_LDFLAGS += --coverage -endif -if IS_PROFILE -AM_CFLAGS += -g -O0 -pg -AM_LDFLAGS += -pg -endif AM_CPPFLAGS += -iquote. endif -- cgit v1.2.3