Add config
This commit is contained in:
parent
2acad2efe4
commit
fbe25cfad3
|
@ -9,6 +9,8 @@ bin = @["h3"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 0.13.0", "irc"
|
requires "nim >= 0.13.0", "irc >= 0.1.0", "parsetoml >= 0.2.0"
|
||||||
|
|
||||||
switch "define", "ssl"
|
task run, "Runs h3":
|
||||||
|
exec "nimble build"
|
||||||
|
exec "./h3"
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
--define:ssl
|
||||||
|
--threads:on
|
Loading…
Reference in New Issue