diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-02-23 22:40:05 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-02-23 22:40:05 -0600 |
| commit | 714fbe851fd7e970d7ba5d7b8a4cfd80b58e205c (patch) | |
| tree | ca06b2634e441ef62a36b505d5d9597eeb07d9b2 /nimterop.nimble | |
| parent | d053355eadcef414519c51c9210975c3062cb3e9 (diff) | |
| download | nimterop-newalgo.tar.gz nimterop-newalgo.zip | |
Support type qualifiersnewalgo
Diffstat (limited to 'nimterop.nimble')
| -rw-r--r-- | nimterop.nimble | 2 |
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") |
