You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
372 B
19 lines
372 B
--define:ssl
|
|
--define:useStdLib
|
|
--threads:off
|
|
|
|
# workaround httpbeast file upload bug
|
|
--assertions:off
|
|
|
|
# disable annoying warnings
|
|
warning("GcUnsafe2", off)
|
|
hint("XDeclaredButNotUsed", off)
|
|
hint("XCannotRaiseY", off)
|
|
hint("User", off)
|
|
|
|
const
|
|
nimVersion = (major: NimMajor, minor: NimMinor, patch: NimPatch)
|
|
|
|
when nimVersion >= (1, 6, 0):
|
|
warning("HoleEnumConv", off)
|