das-dht-emulator/config.nims
Csaba Kiraly 2c7685229d
fix compilation on Linux: add threads
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
2023-06-22 20:36:20 +02:00

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