diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -215,8 +215,8 @@ INCLUDES = -I. $(CONFIG_INCLUDES) | |||
215 | include features.mk | 215 | include features.mk |
216 | 216 | ||
217 | # Set compile option CFLAGS if not set elsewhere | 217 | # Set compile option CFLAGS if not set elsewhere |
218 | CFLAGS ?= -g -Wall | 218 | CFLAGS ?= -g -Wall -pg |
219 | LDFLAGS ?= | 219 | LDFLAGS ?= -pg |
220 | 220 | ||
221 | ifndef NO_PTRACE | 221 | ifndef NO_PTRACE |
222 | ifneq ($(call try-cc,$(SOURCE_PTRACE),),y) | 222 | ifneq ($(call try-cc,$(SOURCE_PTRACE),),y) |