summaryrefslogtreecommitdiffhomepage
path: root/cmake/mingw-w64.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-12 05:38:03 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-12 05:38:03 +0200
commit43e530e1acb4abe2d00162a7d94a2e7360d7979e (patch)
treee63184516859d3f8744829644f5d004984889ab7 /cmake/mingw-w64.cmake
parent3cd6a5a8b54686575f89e10eea75976bda3bac2f (diff)
cmake: more opt flags
Diffstat (limited to 'cmake/mingw-w64.cmake')
-rw-r--r--cmake/mingw-w64.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/mingw-w64.cmake b/cmake/mingw-w64.cmake
index b69fa129..1680166a 100644
--- a/cmake/mingw-w64.cmake
+++ b/cmake/mingw-w64.cmake
@@ -26,7 +26,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
set(lto "-flto -fuse-linker-plugin -flto-partition=none -fno-fat-lto-objects")
-set(rice "-ftree-vectorize -ffast-math -mfpmath=both -fipa-pta")
+set(rice "-ftree-vectorize -ffast-math -mfpmath=both -fipa-pta -fmerge-all-constants -fipa-icf -fivopts -fweb")
set(cpu "-march=i686 -mtune=corei7-avx -msse -msse2 -mno-sse3 -mno-avx")
set(CFLAGS-OVERRIDE "" CACHE STRING "")