Enable GLIBCXX_ASSERTIONS in make develop

Not sure it's very portable, but this is only the dev config
This commit is contained in:
ISSOtm
2022-10-11 21:43:37 +02:00
committed by Eldred Habert
parent 12ba057b4f
commit 28737d5778
2 changed files with 2 additions and 0 deletions

View File

@@ -234,6 +234,7 @@ develop:
-Wno-type-limits -Wno-tautological-constant-out-of-range-compare \
-Wvla \
-Wno-unknown-warning-option \
-D_GLIBCXX_ASSERTIONS \
-fsanitize=shift -fsanitize=integer-divide-by-zero \
-fsanitize=unreachable -fsanitize=vla-bound \
-fsanitize=signed-integer-overflow -fsanitize=bounds \