mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-12 06:57:34 +00:00
deploy: ee96705c7fbe4063b780ac43b7edee2f6c4e351b
This commit is contained in:
parent
17016e8a76
commit
3d81c61058
@ -25,6 +25,10 @@ if defined(windows):
|
|||||||
# use at least -msse2 or -msse3.
|
# use at least -msse2 or -msse3.
|
||||||
if defined(disableMarchNative):
|
if defined(disableMarchNative):
|
||||||
switch("passC", "-msse3")
|
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:
|
else:
|
||||||
switch("passC", "-march=native")
|
switch("passC", "-march=native")
|
||||||
if defined(windows):
|
if defined(windows):
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# libtool - Provide generalized library-building support services.
|
# libtool - Provide generalized library-building support services.
|
||||||
# Generated automatically by config.status (libbacktrace) version-unused
|
# 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.
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user