config.nims 404 B

1234567891011121314151617
  1. --define:ssl
  2. --define:useStdLib
  3. --threads:off
  4. # workaround httpbeast file upload bug
  5. --assertions:off
  6. # disable annoying warnings
  7. warning("GcUnsafe2", off)
  8. warning("HoleEnumConv", off)
  9. hint("XDeclaredButNotUsed", off)
  10. hint("XCannotRaiseY", off)
  11. hint("User", off)
  12. # begin Nimble config (version 2)
  13. when withDir(thisDir(), system.fileExists("nimble.paths")):
  14. include "nimble.paths"
  15. # end Nimble config