summaryrefslogtreecommitdiffhomepage
path: root/cmake/mingw-w64.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-18 19:57:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-18 19:57:53 +0100
commiteb9e4840dd3734ebe28e665657e499493b4173fc (patch)
tree42fc2479f901c494591a6d451a98b12c71afa2a9 /cmake/mingw-w64.cmake
parent8a60f1c9613d396b50aa6adec4b1f5ffdb9e9806 (diff)
cmake/mingw-w64: update
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 02ab66cb..679f67de 100644
--- a/cmake/mingw-w64.cmake
+++ b/cmake/mingw-w64.cmake
@@ -27,7 +27,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
# oldest CPU supported here is Northwood-based Pentium 4. -sh 20150811
set(fpu "-ffast-math -fno-finite-math-only -mfpmath=both")
-set(cpu "-O3 -march=pentium4 -mtune=corei7-avx ${fpu} -msse -msse2 -mno-sse3")
+set(cpu "-O3 -march=pentium4 -mtune=corei7-avx ${fpu} -msse -msse2 -mno-sse3 -frename-registers")
set(CFLAGS-OVERRIDE "" CACHE STRING "")