diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-02 20:10:41 +0100 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2026-02-02 20:10:41 +0100 |
| commit | f66ab53b9380a5367e24727df620d6620ab031f7 (patch) | |
| tree | 80735e1493b7c8d17186a008c9cf36337dab936d /ctor.cc | |
| parent | 6accb227b75fef7e99257b0078eb95f9aa0823cc (diff) | |
Apply new syntax to flagsnew_syntax
Diffstat (limited to 'ctor.cc')
| -rw-r--r-- | ctor.cc | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -32,20 +32,20 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) "src/util.cc", "src/unittest.cc", }, - ctor::flags({ - .cxxflags = { - "-std=c++20", - "-O3", - "-g", - "-Wall", - "-Wextra", - "-Wshadow", - "-Wconversion", -// "-Wnrvo", - "-Isrc", - "-fexceptions", - }, - }), + ctor::flags{ + ctor::cxx_flags{ + "-std=c++20", + "-O3", + "-g", + "-Wall", + "-Wextra", + "-Wshadow", + "-Wconversion", +// "-Wnrvo", + "-Isrc", + "-fexceptions", + }, + }, } }; } |
