Update source_base.vpc

This commit is contained in:
Star1xr 2026-05-15 14:04:00 +03:00 committed by GitHub
parent a2347cde0a
commit 339d02a5d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]
}
}