diff options
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -27,13 +27,15 @@ BuildConfigurations ctorConfigs() "src/util.cc", "src/unittest.cc", }, - .cxxflags = { - "-std=c++20", - "-O3", - "-s", - "-Wall", - "-Werror", - "-Isrc", + .flags = { + .cxxflags = { + "-std=c++20", + "-O3", + "-g", + "-Wall", + "-Werror", + "-Isrc", + }, }, } }; |