diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-04-02 21:54:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2025-04-03 08:31:44 +0200 |
commit | ca7b8d7e94e0bef7e56072f02c871bf385f21784 (patch) | |
tree | 2bf16180ecc21a304eaf48afb124ca46da7c679c /ctor.cc | |
parent | cd6c3ea1c3ca853fc38da4fa5fd62545c31aa92d (diff) |
WIPmsvc
Diffstat (limited to 'ctor.cc')
-rw-r--r-- | ctor.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ ctor::build_configurations ctorConfigs(const ctor::settings& settings) "-Wconversion", // "-Wnrvo", "-Isrc", + "-Ijson/include", + {ctor::toolchain::msvc, ctor::cxx_opt::custom, "/EHsc"}, }, }, } |