From b918157e6e24aa56cd1db7a7cc42e8e08ae70e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 11 Apr 2017 17:51:50 +0200 Subject: build: tweak CFLAGS for profiling target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba79108..96b53c7 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ debug: clean @$(MAKE) CFLAGS_EXTRA='${CFLAGS_EXTRA} ${CFLAGS_DEBUG}' profile: clean - @$(MAKE) CFLAGS_EXTRA='${CFLAGS_DEBUG} -pg' + @$(MAKE) CFLAGS_AUTO='' LDFLAGS_AUTO='' CFLAGS_EXTRA='-pg -O2' coverage: clean @$(MAKE) CFLAGS_EXTRA='--coverage' -- cgit v1.2.3