diff options
| author | 2021-10-28 20:45:50 -0400 | |
|---|---|---|
| committer | 2021-10-28 20:45:50 -0400 | |
| commit | 06d097a18ecb365aa281a5d3773e48de4640bb47 (patch) | |
| tree | a8c6aed469d54a43a09ef30128d5c63217f85c25 | |
| parent | Merge pull request #7007 from FernandoS27/intel-options (diff) | |
| parent | CMakeLists: Document the /GT compile option (diff) | |
| download | yuzu-06d097a18ecb365aa281a5d3773e48de4640bb47.tar.gz yuzu-06d097a18ecb365aa281a5d3773e48de4640bb47.tar.xz yuzu-06d097a18ecb365aa281a5d3773e48de4640bb47.zip | |
Merge pull request #7245 from Morph1984/compile-opt-desc
CMakeLists: Document the /GT compile option
Diffstat (limited to '')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a37ae37c1..63dd9febf 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -32,6 +32,7 @@ if (MSVC) | |||
| 32 | # /Zc:externConstexpr - Allow extern constexpr variables to have external linkage, like the standard mandates | 32 | # /Zc:externConstexpr - Allow extern constexpr variables to have external linkage, like the standard mandates |
| 33 | # /Zc:inline - Let codegen omit inline functions in object files | 33 | # /Zc:inline - Let codegen omit inline functions in object files |
| 34 | # /Zc:throwingNew - Let codegen assume `operator new` (without std::nothrow) will never return null | 34 | # /Zc:throwingNew - Let codegen assume `operator new` (without std::nothrow) will never return null |
| 35 | # /GT - Supports fiber safety for data allocated using static thread-local storage | ||
| 35 | add_compile_options( | 36 | add_compile_options( |
| 36 | /MP | 37 | /MP |
| 37 | /Zi | 38 | /Zi |