summaryrefslogtreecommitdiffhomepage
path: root/userconfig-sthalik@Windows-Clang.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-12 16:32:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-12 16:32:30 +0200
commit27e7225a5ff8ad9185ed36168d4e42d7be792e68 (patch)
treeecc8ed0693a04dd37d91fce8d2c040b500fdc082 /userconfig-sthalik@Windows-Clang.cmake
parentf69ac3abc8b306a3edf20daf00d92a28087156c9 (diff)
zz
Diffstat (limited to 'userconfig-sthalik@Windows-Clang.cmake')
-rw-r--r--userconfig-sthalik@Windows-Clang.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake
index cd11fcdf..0c88d7d1 100644
--- a/userconfig-sthalik@Windows-Clang.cmake
+++ b/userconfig-sthalik@Windows-Clang.cmake
@@ -31,7 +31,7 @@ set(CMAKE_INSTALL_MESSAGE NEVER)
sets(STRING
CMAKE_C_FLAGS ""
CMAKE_C_FLAGS_DEBUG "-O0 -g -ggdb -gcolumn-info -gmodules -gdwarf-aranges -gz=zlib -fstack-protector-all"
- CMAKE_C_FLAGS_RELEASE "-O3 -g -ggdb -ffast-math -march=nehalem -mtune=native -mpopcnt -mavx -fomit-frame-pointer -fno-stack-protector"
+ CMAKE_C_FLAGS_RELEASE "-O3 -g -ggdb -gsplit-dwarf -ffast-math -march=nehalem -mtune=native -mpopcnt -mavx -fomit-frame-pointer -fno-stack-protector"
CMAKE_EXE_LINKER_FLAGS_DEBUG ""
CMAKE_SHARED_LINKER_FLAGS_DEBUG ""
)