summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-06-10 00:00:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-06-30 21:52:01 +0200
commit014fc7ab7762890c44ad3885668696300ceed25e (patch)
tree5b87cc8a343e07e54a87f93c33f67f720a62a20d /cmake
parent9af205873f7e7342da56e2e66b7249e1fca4d907 (diff)
hash: more work (also add meowhash)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/msvc.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 5638a3d8..e21e17d7 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -100,6 +100,7 @@ set(_CXXFLAGS "${_CFLAGS} -Zc:throwingNew -Zc:lambda")
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}")
+ set(_CFLAGS_DEBUG "${_CFLAGS_DEBUG} -arch:${floormat-simd}")
endif()
set(_CFLAGS_DEBUG "-guard:cf -MDd -RTCsu")
set(_CXXFLAGS_RELEASE "${_CFLAGS_RELEASE}")