aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1a8c0a2..b69552f 100644
--- a/Makefile
+++ b/Makefile
@@ -215,8 +215,8 @@ INCLUDES = -I. $(CONFIG_INCLUDES)
215include features.mk 215include features.mk
216 216
217# Set compile option CFLAGS if not set elsewhere 217# Set compile option CFLAGS if not set elsewhere
218CFLAGS ?= -g -Wall 218CFLAGS ?= -g -Wall -pg
219LDFLAGS ?= 219LDFLAGS ?= -pg
220 220
221ifndef NO_PTRACE 221ifndef NO_PTRACE
222ifneq ($(call try-cc,$(SOURCE_PTRACE),),y) 222ifneq ($(call try-cc,$(SOURCE_PTRACE),),y)