From 339d02a5d0531fff9b5e27948817d6c1fbdf6d99 Mon Sep 17 00:00:00 2001 From: Star1xr <166748405+Star1xr@users.noreply.github.com> Date: Fri, 15 May 2026 14:04:00 +0300 Subject: [PATCH] Update source_base.vpc --- vpc_scripts/source_base.vpc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpc_scripts/source_base.vpc b/vpc_scripts/source_base.vpc index 17de60eb..318e36c8 100644 --- a/vpc_scripts/source_base.vpc +++ b/vpc_scripts/source_base.vpc @@ -27,6 +27,7 @@ $Configuration "Debug" // Need to revisit the code to make things run with the _RETAIL preprocessor definition // This line was added in the previous check-in, but had previously not been defined in this branch // $PreprocessorDefinitions "$BASE;_RETAIL" [$RETAIL] + $CompilerFlags "$BASE -fexceptions" [$LINUX] } } @@ -42,5 +43,6 @@ $Configuration "Release" // Need to revisit the code to make things run with the _RETAIL preprocessor definition // This line was added in the previous check-in, but had previously not been defined in this branch // $PreprocessorDefinitions "$BASE;_RETAIL" [$RETAIL] + $CompilerFlags "$BASE -fexceptions" [$LINUX] } }