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(
fastimagehash
PRIVATE
# -Ofast
-fPIC
-Ofast
# -march=native
# -fno-stack-protector
# -fomit-frame-pointer
# -freciprocal-math
-g
-fno-stack-protector
-fomit-frame-pointer
-freciprocal-math
)