diff options
-rw-r--r-- | testament/important_packages.nim | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 4186ce30d..cdb98745c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -21,8 +21,8 @@ pkg1 "bigints" pkg1 "binaryheap", false, "nim c -r binaryheap.nim" pkg1 "BipBuffer" # pkg1 "blscurve", true # pending https://github.com/status-im/nim-blscurve/issues/39 -pkg1 "bncurve", true, "nim c -r tests/tvectors.nim" -pkg1 "brainfuck", true, "nim c -r tests/compile.nim" +pkg1 "bncurve", true +pkg1 "brainfuck", true, "nim c -d:release -r tests/compile.nim" pkg1 "bump", true, "nim c --gc:arc -r tests/tbump.nim", "https://github.com/disruptek/bump" pkg1 "c2nim", false, "nim c testsuite/tester.nim" pkg1 "cascade" @@ -42,7 +42,7 @@ pkg1 "delaunay" pkg1 "docopt" pkg1 "easygl", true, "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg1 "elvis" -pkg1 "fidget", true, "nim c -r tests/runNative.nim" +pkg1 "fidget", true, "nim c -d:release -r tests/runNative.nim" pkg1 "fragments", false, "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "ggplotnim", true, "nim c -d:noCairo -r tests/tests.nim" @@ -108,7 +108,7 @@ pkg2 "patty" pkg2 "plotly", true, "nim c --oldgensym:on examples/all.nim" pkg2 "pnm" pkg2 "polypbren" -pkg2 "prologue", true, "nim c -r tests/test_compile/test_compile.nim" +pkg2 "prologue", true, "nim c -d:release -r tests/test_compile/test_compile.nim" pkg2 "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim" pkg2 "pylib" pkg2 "rbtree" @@ -133,8 +133,8 @@ pkg2 "termstyle" pkg2 "timeit" pkg2 "timezones" pkg2 "tiny_sqlite" -pkg2 "unicodedb" -pkg2 "unicodeplus", true +pkg2 "unicodedb", false, "nim c -d:release -r tests/tests.nim" +pkg2 "unicodeplus", true, "nim c -d:release -r tests/tests.nim" pkg2 "unpack" pkg2 "websocket", false, "nim c websocket.nim" # pkg2 "winim", true |