aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
diff options
context:
space:
mode:
Diffstat (limited to 'nimterop.nimble')
-rw-r--r--nimterop.nimble2
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop.nimble b/nimterop.nimble
index bd4521d..984d0c5 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -28,7 +28,7 @@ proc execTest(test: string, flags = "", runDocs = true) =
let docPath = "build/html_" & test.extractFileName.changeFileExt("") & "_docs"
rmDir docPath
mkDir docPath
- buildDocs(@[test], docPath, nimArgs = flags)
+ buildDocs(@[test], docPath, nimArgs = "--hints:off " & flags)
task buildToast, "build toast":
execCmd("nim c --hints:off nimterop/toast.nim")