diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-06-26 15:45:10 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2022-06-27 14:10:19 +0200 |
commit | 3d36cdfd6f71b0ed7c152003acf91e8432b78461 (patch) | |
tree | 6f30eb2b7f2f25087337f67929394e09b60bc997 /ctor.cc | |
parent | 2a55edcc40372403fb2de8ed20ed5c44464d416e (diff) |
WIPspeed
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", |