aboutsummaryrefslogtreecommitdiff
path: root/nimterop.nimble
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-02-23 22:40:05 -0600
committerGanesh Viswanathan <dev@genotrance.com>2020-02-23 22:40:05 -0600
commit714fbe851fd7e970d7ba5d7b8a4cfd80b58e205c (patch)
treeca06b2634e441ef62a36b505d5d9597eeb07d9b2 /nimterop.nimble
parentd053355eadcef414519c51c9210975c3062cb3e9 (diff)
downloadnimterop-newalgo.tar.gz
nimterop-newalgo.zip
Support type qualifiersnewalgo
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 39a2346..11eb4ad 100644
--- a/nimterop.nimble
+++ b/nimterop.nimble
@@ -25,7 +25,7 @@ proc execTest(test: string) =
execCmd "nim cpp -r " & test
task buildToast, "build toast":
- execCmd("nim c -f -d:danger nimterop/toast.nim")
+ execCmd("nim c -f nimterop/toast.nim")
task bt, "build toast":
execCmd("nim c -d:danger nimterop/toast.nim")