config.nims 331 B

12345678910111213141516
  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("User", off)
  9. const
  10. nimVersion = (major: NimMajor, minor: NimMinor, patch: NimPatch)
  11. when nimVersion >= (1, 6, 0):
  12. warning("HoleEnumConv", off)