diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-20 09:22:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-20 09:22:17 +0100 |
commit | 2cd77b51b81e503e6e8b5c3c1a26b3e47dcb188f (patch) | |
tree | 4284e71237eae90f1acc087c35ddb49f732682ee | |
parent | e879fecb175a3c17e1d72a15faae7f3f4b654987 (diff) |
cc d
-rw-r--r-- | userconfig-sthalik@Windows-GNU.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userconfig-sthalik@Windows-GNU.cmake b/userconfig-sthalik@Windows-GNU.cmake index d0ac8703..0aa515bc 100644 --- a/userconfig-sthalik@Windows-GNU.cmake +++ b/userconfig-sthalik@Windows-GNU.cmake @@ -1,7 +1,7 @@ sets(STRING CMAKE_C_FLAGS "" CMAKE_C_FLAGS_DEBUG "-O0 -g -ggdb -fstack-protector-all" - CMAKE_C_FLAGS_RELEASE "-O3 -ffast-math -ftree-vectorize -funsafe-loop-optimizations -march=core2 -mtune=native -mavx -flto -fipa-pta -static" + CMAKE_C_FLAGS_RELEASE "-O3 -ffast-math -ftree-vectorize -funsafe-loop-optimizations -march=core2 -mtune=native -mavx -flto -fipa-pta -fmerge-all-constants -static" ) sets(STRING |