remove compile flags, debug scripts

This commit is contained in:
Barrett Ruth 2025-12-08 19:02:07 -06:00
parent fafe841057
commit 737e8e0255
180 changed files with 0 additions and 5153 deletions

View file

@ -1,21 +0,0 @@
-Wall
-Wextra
-Wshadow
-Wnon-virtual-dtor
-Wold-style-cast
-Wcast-align
-Wunused
-Woverloaded-virtual
-Wpedantic
-Wmisleading-indentation
-Wduplicated-cond
-Wduplicated-branches
-Wlogical-op
-Wnull-dereference
-Wuseless-cast
-Wformat=2
-Wformat-overflow
-Wformat-truncation
-Wdouble-promotion
-DLOCAL
-std=c++23