From 2d66ce474b0e0eba362224eddd6a66c3f4690fbf Mon Sep 17 00:00:00 2001 From: simon987 Date: Fri, 10 Apr 2020 12:05:11 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4828a8e..460785b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )