2019-11-11 12:31:47 +00:00
|
|
|
# TODO:
|
2020-11-07 18:00:31 +00:00
|
|
|
# This prevents a strange build failure in nimbus_beacon_node.nim.
|
2019-11-11 12:31:47 +00:00
|
|
|
# Investigate why it's needed.
|
|
|
|
-d:withoutPrompt
|
|
|
|
|
2020-07-21 16:07:14 +00:00
|
|
|
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
|
|
|
-d:"libp2p_pki_schemes=secp256k1"
|