diff options
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ BuildConfigurations ctorConfigs(const Settings& settings) .cxxflags = { "-std=c++20", "-O3", - "-g", + //"-g", "-Wall", "-Werror", "-Isrc", |