feat(nim): disable compiler warnings (#9)

This commit is contained in:
Jonah Snider 2020-07-02 12:37:39 -07:00 committed by GitHub
parent 1654d11758
commit 6598462227
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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