This repository has been archived on 2023-09-07. You can view files and clone it, but cannot push or open issues or pull requests.
nitter-nolog/config.nims
2021-12-20 04:18:44 +01:00

10 lines
206 B
Nim

--define:ssl
--define:useStdLib
# workaround httpbeast file upload bug
--assertions:off
# disable annoying warnings
warning("GcUnsafe2", off)
warning("ObservableStores", off)
warning("HoleEnumConv", off)