summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-11-08 21:46:40 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-11-08 21:46:40 +0000
commitc494308b214c30f9348727aafaab0c9f55d5a4aa (patch)
treef923823e199a69caf0f873c0d8a82daeb1df290e
parentc4fbd7fc8bc34b33e2df84fe3c65ab145e1a1f25 (diff)
Add an additional debug mode for Hardened GCC.
-rw-r--r--Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6fa2f918..d81533bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,11 @@ profile:
$(MAKE) all CFLAGS="-pg -O2"
debug:
- $(MAKE) all CFLAGS="-g -DDEBUG"
+ $(MAKE) all CFLAGS="-ggdb -DDEBUG"
+hardened-debug:
+ $(MAKE) all CFLAGS="-ggdb -DDEBUG" LDFLAGS="-nopie"
+
debuglite:
- $(MAKE) all CFLAGS="-g -DDEBUGLITE"
+ $(MAKE) all CFLAGS="-ggdb -DDEBUGLITE"
+

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