Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: George Lemon <[email protected]>
  • Loading branch information
georgelemon committed Apr 3, 2024
1 parent 1aa3a7e commit 8602a04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tim.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ requires "kapsis#head"
requires "denim#head"
requires "checksums"
requires "flatty#head"
requires "malebolgia"
requires "nyml"
# requires "bro"
requires "httpx", "websocketx"

task node, "Build a NODE addon":
exec "denim build src/tim.nim --cmake --yes"
Expand All @@ -38,3 +38,6 @@ task examples, "build all examples":

task example, "example httpbeast + tim":
exec "nim c -d:timHotCode --threads:on --mm:arc -o:./bin/example_httpbeast example/example_httpbeast.nim"

task bench, "run some benchmarks":
exec "nim c --threads:on -d:danger --opt:speed --mm:arc -o:./bin/bench example/benchmark.nim"

0 comments on commit 8602a04

Please sign in to comment.