mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
crypto/sha1: simplify enablement of sha insns on non-msvc
This commit is contained in:
@ -139,6 +139,7 @@ add_library(common
|
||||
if(NOT MSVC AND _M_ARM_64)
|
||||
set_source_files_properties(
|
||||
Crypto/AES.cpp
|
||||
Crypto/SHA1.cpp
|
||||
PROPERTIES COMPILE_FLAGS "-march=armv8-a+crypto")
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user