mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 04:04:35 +03:00
Add an additional debug mode for Hardened GCC.
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user