summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-30 14:21:32 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-02-17 15:30:15 -0200
commit401d19be37ef69e37c9b093f62d62f30093364b3 (patch)
treeb8ab6402b81d2be1e8a5b0981b29a94b21771901
parentbcf4a30ee688f520f6e0655b70ee05260030d550 (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