config.nims 358 B

1234567891011121314151617
  1. --define:ssl
  2. --define:useStdLib
  3. # workaround httpbeast file upload bug
  4. --assertions:off
  5. # disable annoying warnings
  6. warning("GcUnsafe2", off)
  7. hint("XDeclaredButNotUsed", off)
  8. hint("XCannotRaiseY", off)
  9. hint("User", off)
  10. const
  11. nimVersion = (major: NimMajor, minor: NimMinor, patch: NimPatch)
  12. when nimVersion >= (1, 6, 0):
  13. warning("HoleEnumConv", off)