feat: 806

This commit is contained in:
Barrett Ruth 2025-08-26 14:13:02 -05:00
parent 579760f0f8
commit 98ea573f5a
73 changed files with 2821 additions and 0 deletions

View file

@ -0,0 +1,14 @@
-g3
-fsanitize=address,undefined
-fsanitize=float-divide-by-zero
-fsanitize=float-cast-overflow
-fno-sanitize-recover=all
-fstack-protector-all
-fstack-usage
-fno-omit-frame-pointer
-fno-inline
-ffunction-sections
-D_GLIBCXX_DEBUG
-D_GLIBCXX_DEBUG_PEDANTIC
-DLOCAL
-std=c++23