From e3fc46f933598585510bbeab5ddb32839d617e4d Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 30 Jun 2026 16:52:22 +0200 Subject: [PATCH] Remove static compile flags We support CMake now, which can generate a more accurate `compile_commands.json` database (and our `develop` preset automatically enables them) --- compile_flags.txt | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 compile_flags.txt diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index 6b8032ce..00000000 --- a/compile_flags.txt +++ /dev/null @@ -1,6 +0,0 @@ --std=c++20 --I -include --fno-exceptions --fno-rtti --fno-caret-diagnostics