2023-06-13 13:25:29 +02:00
|
|
|
switch("define", "libp2p_pki_schemes=secp256k1")
|
|
|
|
|
# begin Nimble config (version 1)
|
|
|
|
|
when fileExists("nimble.paths"):
|
|
|
|
|
include "nimble.paths"
|
|
|
|
|
# end Nimble config
|
2023-06-22 20:36:20 +02:00
|
|
|
|
|
|
|
|
# required on Linux for pthreads
|
|
|
|
|
--threads:on
|