deploy: ee96705c7fbe4063b780ac43b7edee2f6c4e351b

This commit is contained in:
jm-clius 2022-03-28 14:31:18 +00:00
parent 17016e8a76
commit 3d81c61058
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@ if defined(windows):
# use at least -msse2 or -msse3.
if defined(disableMarchNative):
switch("passC", "-msse3")
elif defined(macosx) and defined(arm64):
# Apple's Clang can't handle "-march=native" on M1: https://github.com/status-im/nimbus-eth2/issues/2758
switch("passC", "-mcpu=apple-m1")
switch("passL", "-mcpu=apple-m1")
else:
switch("passC", "-march=native")
if defined(windows):

View File

@ -2,7 +2,7 @@
# libtool - Provide generalized library-building support services.
# Generated automatically by config.status (libbacktrace) version-unused
# Libtool was configured on host fv-az193-519:
# Libtool was configured on host fv-az132-586:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
#
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,