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:
David CARLIER 2021-01-04 16:42:47 +00:00 committed by Tomas Mraz
parent 7fd1ca723a
commit 7c0e98a5c4
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},