Remove coverage and profile flags.

This commit is contained in:
Nicholas Marriott
2017-03-22 21:59:43 +00:00
parent 1cb8145dc5
commit e87d808594
2 changed files with 0 additions and 22 deletions

View File

@ -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