Skip to content

Commit

Permalink
Support endbr64
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Jul 14, 2021
1 parent addb92f commit 8880df3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cmake/ProjectCryptopp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ ExternalProject_Add(cryptopp
-DCMAKE_POSITION_INDEPENDENT_CODE=${BUILD_SHARED_LIBS}
-DBUILD_SHARED=Off
-DBUILD_TESTING=Off
-DCMAKE_C_FLAGS=-Wa,-march=generic64
-DCMAKE_CXX_FLAGS=-Wa,-march=generic64
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
LOG_CONFIGURE 1
Expand Down
2 changes: 0 additions & 2 deletions cmake/ProjectJsonCpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ ExternalProject_Add(jsoncpp
${_only_release_configuration}
-DJSONCPP_WITH_TESTS=Off
-DJSONCPP_WITH_PKGCONFIG_SUPPORT=Off
-DCMAKE_C_FLAGS=-Wa,-march=generic64
-DCMAKE_CXX_FLAGS=-Wa,-march=generic64
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
LOG_CONFIGURE 1
Expand Down
2 changes: 0 additions & 2 deletions cmake/ProjectJsonRpcCpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ set(CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
-DCURL_LIBRARY=${CURL_LIBRARY}
-DMHD_INCLUDE_DIR=${MHD_INCLUDE_DIR}
-DMHD_LIBRARY=${MHD_LIBRARY}
-DCMAKE_C_FLAGS=-Wa,-march=generic64
-DCMAKE_CXX_FLAGS=-Wa,-march=generic64
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
)
Expand Down

0 comments on commit 8880df3

Please sign in to comment.