Update CMakeLists.txt

This commit is contained in:
simon987 2020-04-10 12:05:11 -04:00 committed by GitHub
parent 1e0b41f592
commit 2d66ce474b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,12 +44,12 @@ target_link_libraries(
target_compile_options( target_compile_options(
fastimagehash fastimagehash
PRIVATE PRIVATE
# -Ofast -fPIC
-Ofast
# -march=native # -march=native
# -fno-stack-protector -fno-stack-protector
# -fomit-frame-pointer -fomit-frame-pointer
# -freciprocal-math -freciprocal-math
-g
) )