Skip to content

Commit

Permalink
remove -march=x86-64 from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 6, 2024
1 parent e5799b0 commit 8e419e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ include_directories(${Boost_INCLUDE_DIR})
############

if (APPLE AND NOT IOS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -march=x86-64 -fvisibility=default -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=default -std=c++11")
if (NOT OPENSSL_ROOT_DIR)
EXECUTE_PROCESS(COMMAND brew --prefix openssl
OUTPUT_VARIABLE OPENSSL_ROOT_DIR
Expand Down

0 comments on commit 8e419e6

Please sign in to comment.