From 4d1eb2ff20ac86533355702684bd69fe1ab46a8a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 12 Oct 2023 13:22:01 +0200 Subject: a --- cmake/msvc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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() -- cgit v1.2.3