diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-12 05:38:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-12 05:38:03 +0200 |
commit | 43e530e1acb4abe2d00162a7d94a2e7360d7979e (patch) | |
tree | e63184516859d3f8744829644f5d004984889ab7 | |
parent | 3cd6a5a8b54686575f89e10eea75976bda3bac2f (diff) |
cmake: more opt flags
-rw-r--r-- | cmake/mingw-w64.cmake | 2 |
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 "") |