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
401d19be
Commit
401d19be
authored
Jan 30, 2018
by
Hisham Muhammad
Browse files
Add `make symbols` target
parent
bcf4a30e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
401d19be
...
...
@@ -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"
...
...
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