summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-30 14:21:32 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-30 14:21:32 -0200
commit2efb5a4c5528005925669eb76c33e8e11ed3ec02 (patch)
treedd35429a6f4ca28c987e1632e2f39a89852abe02
parent23ce25898e5fa882a13e5c232182ed3315aaafc5 (diff)
Add `make symbols` target
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 79280998..b2ed1b38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,9 @@ profile:
debug:
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-ggdb -DDEBUG"
+symbols:
+ $(MAKE) all CFLAGS="" AM_CPPFLAGS="-ggdb -DNDEBUG"
+
coverage:
$(MAKE) all CFLAGS="" AM_CPPFLAGS="-fprofile-arcs -ftest-coverage -DDEBUG" LDFLAGS="-lgcov"

© 2014-2024 Faster IT GmbH | imprint | privacy policy