mirror of https://github.com/xzeldon/htop.git
Add `make symbols` target
This commit is contained in:
parent
bcf4a30ee6
commit
401d19be37
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue