feat(nim): disable compiler warnings (#9)
This commit is contained in:
parent
1654d11758
commit
6598462227
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
cat > program.nim
|
||||
nim compile --run --colors=off --memTracker=off --verbosity=0 --hints=off --nimcache:/tmp/"$CODEDIR"/cache ./program.nim
|
||||
nim compile --run --colors=off --memTracker=off --verbosity=0 --hints=off --warnings=off --nimcache:/tmp/"$CODEDIR"/cache ./program.nim
|
||||
|
|
Loading…
Reference in a new issue