1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-16 16:20:38 +03:00

Re-enable debug symbols in release builds

This commit is contained in:
Maxime Coste 2024-03-05 22:18:37 +11:00
parent dbda8d6dc8
commit 685bce4321

View File

@ -13,10 +13,10 @@ compress-suffix-bzip = bz2
compress-suffix-zstd = zst
CPPFLAGS-debug-yes = -DKAK_DEBUG
CXXFLAGS-debug-yes = -O0 -g
CXXFLAGS-debug-yes = -O0 -g3
tag-debug-yes = .debug
CXXFLAGS-debug-no = -O3
CXXFLAGS-debug-no = -O3 -g3
tag-debug-no = .opt
CXXFLAGS-sanitize-address = -fsanitize=address