From 4d0fa88d4b189d12005f36b076173d01a0d7bb87 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 2 Apr 2025 21:54:55 +0200 Subject: WIP --- src/ctor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ctor.h') diff --git a/src/ctor.h b/src/ctor.h index 8dd2ddd..ef8f31c 100644 --- a/src/ctor.h +++ b/src/ctor.h @@ -60,6 +60,7 @@ enum class toolchain none, gcc, clang, + msvc, }; struct output_file @@ -115,6 +116,7 @@ enum class cxx_opt warn_shadow, // -Wshadow warn_extra, // -Wextra warnings_as_errors, // -Werror + exceptions, // -fexceptions generate_dep_tree, // -MMD no_link, // -c include_path, // -I -- cgit v1.2.3