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-10 18:04:35 +0200 |
commit | 1ca387f9c0028599fc2a1495680bcb72cac73cb8 (patch) | |
tree | aa469f4ca8cebb3448ebf9268ad76e7ba37d2ee9 /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"}, }, }, } |