omit frame pointer for secp256k1 (#6402)
This commit is contained in:
parent
814dcf595c
commit
0dc2447a58
|
@ -215,7 +215,8 @@ put("server.always", "-fno-lto")
|
|||
put("assembly.always", "-fno-lto")
|
||||
|
||||
# Secp256k1
|
||||
put("secp256k1.always", "-fno-lto")
|
||||
# -fomit-frame-pointer for https://github.com/status-im/nimbus-eth2/issues/6324
|
||||
put("secp256k1.always", "-fno-lto -fomit-frame-pointer")
|
||||
|
||||
# BearSSL - only RNGs
|
||||
put("aesctr_drbg.always", "-fno-lto")
|
||||
|
|
Loading…
Reference in New Issue