mirror of
https://github.com/monero-project/monero.git
synced 2025-01-27 21:17:03 -05:00
-O3 -ffast-math instead of -Ofast.
This commit is contained in:
parent
9e14e52249
commit
2e1e903cbe
@ -346,7 +346,7 @@ endif()
|
|||||||
if(WIN32 OR ARM OR PPC64LE OR PPC64 OR PPC)
|
if(WIN32 OR ARM OR PPC64LE OR PPC64 OR PPC)
|
||||||
set(OPT_FLAGS_RELEASE "-O2")
|
set(OPT_FLAGS_RELEASE "-O2")
|
||||||
else()
|
else()
|
||||||
set(OPT_FLAGS_RELEASE "-O3")
|
set(OPT_FLAGS_RELEASE "-O3 -ffast-math")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# BUILD_TAG is used to select the build type to check for a new version
|
# BUILD_TAG is used to select the build type to check for a new version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user