Skip to content

default.conf: enable _GLIBCXX_ASSERTIONS, kill cppflags

Ghost User requested to merge (removed):glibcxx-assert into master

these have a slight runtime hit (like fortify-source), but help find bugs early, by making programs crash on invariants that would corrupt memory and lead to hard to debug crashes/bugs later.

Merge request reports