mirror of
https://github.com/logos-storage/das-dht-emulator.git
synced 2026-01-02 13:13:08 +00:00
9 lines
208 B
Nim
9 lines
208 B
Nim
switch("define", "libp2p_pki_schemes=secp256k1")
|
|
# begin Nimble config (version 1)
|
|
when fileExists("nimble.paths"):
|
|
include "nimble.paths"
|
|
# end Nimble config
|
|
|
|
# required on Linux for pthreads
|
|
--threads:on
|