1
0
Fork 0
mirror of https://github.com/zedeus/nitter.git synced 2025-03-31 06:29:35 +00:00
nitter/config.nims
2023-10-31 11:33:24 +00:00

13 lines
265 B
Nim

--define:ssl
--define:useStdLib
--threads:off
# workaround httpbeast file upload bug
--assertions:off
# disable annoying warnings
warning("GcUnsafe2", off)
warning("HoleEnumConv", off)
hint("XDeclaredButNotUsed", off)
hint("XCannotRaiseY", off)
hint("User", off)