mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 14:26:26 +00:00
8 lines
231 B
Nim
8 lines
231 B
Nim
# TODO:
|
|
# This prevents a strange build failure in nimbus_beacon_node.nim.
|
|
# Investigate why it's needed.
|
|
-d:withoutPrompt
|
|
|
|
# Use only `secp256k1` public key cryptography as an identity in LibP2P.
|
|
-d:"libp2p_pki_schemes=secp256k1"
|