diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-12 13:22:01 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-12 14:29:20 +0200 |
| commit | 4d1eb2ff20ac86533355702684bd69fe1ab46a8a (patch) | |
| tree | 143a311127e6bc7240382a1ab7bc6c84c5c494bf /cmake | |
| parent | 099af546882db7e2fdfef9e942cfc7e6d73f3261 (diff) | |
a
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/msvc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake index e54431bc..ea01163a 100644 --- a/cmake/msvc.cmake +++ b/cmake/msvc.cmake @@ -93,7 +93,7 @@ else() set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreadedDLL" CACHE INTERNAL "" FORCE) endif() set(_CXXFLAGS "${_CFLAGS} -Zc:throwingNew -Zc:lambda") -set(_CFLAGS_RELEASE "-O2 -Oit -Oy- -Ob3 -fp:fast -GS- -GF -GL -Gw -Gy") +set(_CFLAGS_RELEASE "-O2 -Oit -Oy -Ox -Ob3 -fp:fast -GS- -GF -GL -Gw -Gy") if(NOT floormat-simd STREQUAL "") set(_CFLAGS_RELEASE "${_CFLAGS_RELEASE} -arch:${floormat-simd}") endif() |
