Skip to content

Commit

Permalink
Adds sha3 to arm compile options which is needed for ios compilation.
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Wedel-Heinen <[email protected]>
  • Loading branch information
fwh-dc committed Sep 25, 2024
1 parent 306140e commit f13e569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .CMake/compiler_opts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang|GNU")
else()
# Assume sensible default like -march=x86-64, -march=armv8-a, etc.
if(ARCH_ARM64v8)
set(OQS_OPT_FLAG "-march=armv8-a+crypto")
set(OQS_OPT_FLAG "-march=armv8-a+crypto+sha3")
else()
set(OQS_OPT_FLAG "")
endif()
Expand Down

0 comments on commit f13e569

Please sign in to comment.