mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +00:00
4 lines
141 B
Bash
Executable File
4 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
nim c --path:src -r --verbosity:0 --hints:off --linedir:on --debuginfo \
|
|
--stacktrace:on --linetrace:on "$@" ./test/testall.nim
|