mirror of https://github.com/openssl/openssl.git
Mac M1 setting change proposal.
Running tests takes very long with the current setting while it takes a lot shorter time with this change. Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13771)
This commit is contained in:
parent
7fd1ca723a
commit
7c0e98a5c4
|
@ -1623,7 +1623,7 @@ my %targets = (
|
|||
cflags => add("-arch arm64"),
|
||||
lib_cppflags => add("-DL_ENDIAN"),
|
||||
bn_ops => "SIXTY_FOUR_BIT_LONG",
|
||||
asm_arch => 'aarch64_asm',
|
||||
asm_arch => 'aarch64',
|
||||
perlasm_scheme => "ios64",
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue