diff --git a/cmake/Toolchain-gcc-clang.cmake b/cmake/Toolchain-gcc-clang.cmake index 0f668212..8d6d4350 100644 --- a/cmake/Toolchain-gcc-clang.cmake +++ b/cmake/Toolchain-gcc-clang.cmake @@ -8,7 +8,7 @@ if(UPSTREAM_RELEASE) add_compile_options(-march=core2 -mtune=generic) elseif(X86_32) # Optimize for pentium-mmx and tune for generic for older builds. - add_compile_options(-march=pentium-mmx -mtune=generic) + add_compile_options(-march=pentium3 -mtune=generic) endif() endif()