mirror of
https://github.com/monero-project/monero.git
synced 2025-01-20 17:54:37 +00:00
Fixed clang -Ofast issue.
This commit is contained in:
parent
caa62bc9ea
commit
9e14e52249
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ endif()
|
|||
if(WIN32 OR ARM OR PPC64LE OR PPC64 OR PPC)
|
||||
set(OPT_FLAGS_RELEASE "-O2")
|
||||
else()
|
||||
set(OPT_FLAGS_RELEASE "-Ofast")
|
||||
set(OPT_FLAGS_RELEASE "-O3")
|
||||
endif()
|
||||
|
||||
# BUILD_TAG is used to select the build type to check for a new version
|
||||
|
|
Loading…
Reference in a new issue