nitter/config.nims

11 lines
206 B
Plaintext
Raw Normal View History

2019-06-21 18:03:39 +00:00
--define:ssl
2020-01-29 02:07:11 +00:00
--define:useStdLib
# workaround httpbeast file upload bug
--assertions:off
2020-11-07 20:54:23 +00:00
# disable annoying warnings
warning("GcUnsafe2", off)
warning("ObservableStores", off)
2021-12-20 02:11:12 +00:00
warning("HoleEnumConv", off)