The source project of this merge request has been removed.
default.conf: enable _GLIBCXX_ASSERTIONS, kill cppflags
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.