mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 23:01:47 +00:00
libs: re-enabled fast-math for SQLite3
This commit is contained in:
parent
158851b781
commit
8e1e9d6999
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ set(SRC_LIB_FILE ${SQLITE3_SOURCE_DIR}/src/sqlite${SQLITE_VER_MAJOR}.c)
|
|||
file(GLOB HDR_FILES ${SQLITE3_SOURCE_DIR}/src/*.h)
|
||||
|
||||
# exclude flag fast-math for sqlite3 lib!
|
||||
set_source_files_properties(HDR_FILES PROPERTIES COMPILE_FLAGS --fno-fast-math)
|
||||
#set_source_files_properties(HDR_FILES PROPERTIES COMPILE_FLAGS --fno-fast-math)
|
||||
|
||||
# adding compilation flags depending on options
|
||||
if(WITH_SQLITE_DEBUG)
|
||||
|
|
Loading…
Reference in a new issue