diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6d6a9e7d..723fb77d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,10 @@ if IS_COVERAGE CFLAGS += -g -O0 --coverage LDFLAGS += --coverage endif +if IS_PROFILE +CFLAGS += -g -O0 -pg +LDFLAGS += -pg +endif CPPFLAGS += -iquote. endif |