summaryrefslogtreecommitdiff
path: root/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ctor.cc')
-rw-r--r--ctor.cc16
1 files changed, 9 insertions, 7 deletions
diff --git a/ctor.cc b/ctor.cc
index b046d5a..c8c7cff 100644
--- a/ctor.cc
+++ b/ctor.cc
@@ -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",
+ },
},
}
};