config.nims 313 B

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