From 7c0e98a5c40806ff9dde15cf4a619cc931800fd9 Mon Sep 17 00:00:00 2001 From: David CARLIER Date: Mon, 4 Jan 2021 16:42:47 +0000 Subject: [PATCH] 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13771) --- Configurations/10-main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index 5f672fbb77f..ef892b555ae 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -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", }, -- 2.47.2