Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
c494308b
"vscode:/vscode.git/clone" did not exist on "6f0e55f0d09c3bf41fe1666ce60e6f659366fba8"
Commit
c494308b
authored
Nov 08, 2006
by
Hisham Muhammad
Browse files
Add an additional debug mode for Hardened GCC.
parent
c4fbd7fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.am
View file @
c494308b
...
@@ -32,7 +32,11 @@ profile:
...
@@ -32,7 +32,11 @@ profile:
$(MAKE)
all
CFLAGS
=
"-pg -O2"
$(MAKE)
all
CFLAGS
=
"-pg -O2"
debug
:
debug
:
$(MAKE)
all
CFLAGS
=
"-g -DDEBUG"
$(MAKE)
all
CFLAGS
=
"-ggdb -DDEBUG"
hardened-debug
:
$(MAKE)
all
CFLAGS
=
"-ggdb -DDEBUG"
LDFLAGS
=
"-nopie"
debuglite
:
debuglite
:
$(MAKE)
all
CFLAGS
=
"-g -DDEBUGLITE"
$(MAKE)
all
CFLAGS
=
"-ggdb -DDEBUGLITE"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment