mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 02:08:52 +01:00
included sqlite3 package does not support -ffast-math implied by -Ofast optimization
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
a46a594cd7
commit
63180b99a7
@ -265,3 +265,6 @@ else()
|
|||||||
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Included sqlite3 package does not support -ffast-math implied by -Ofast optimization
|
||||||
|
string(REPLACE "-Ofast" "-O3" CMAKE_C_FLAGS ${CMAKE_C_FLAGS})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user