Re-enable debug symbols in release builds
This commit is contained in:
parent
dbda8d6dc8
commit
685bce4321
4
Makefile
4
Makefile
|
@ -13,10 +13,10 @@ compress-suffix-bzip = bz2
|
||||||
compress-suffix-zstd = zst
|
compress-suffix-zstd = zst
|
||||||
|
|
||||||
CPPFLAGS-debug-yes = -DKAK_DEBUG
|
CPPFLAGS-debug-yes = -DKAK_DEBUG
|
||||||
CXXFLAGS-debug-yes = -O0 -g
|
CXXFLAGS-debug-yes = -O0 -g3
|
||||||
tag-debug-yes = .debug
|
tag-debug-yes = .debug
|
||||||
|
|
||||||
CXXFLAGS-debug-no = -O3
|
CXXFLAGS-debug-no = -O3 -g3
|
||||||
tag-debug-no = .opt
|
tag-debug-no = .opt
|
||||||
|
|
||||||
CXXFLAGS-sanitize-address = -fsanitize=address
|
CXXFLAGS-sanitize-address = -fsanitize=address
|
||||||
|
|
Loading…
Reference in New Issue
Block a user