このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
Nitter-mod/config.nims

19 行
372 B
Plaintext
Raw 通常表示 履歴

2019-06-22 03:03:39 +09:00
--define:ssl
2020-01-29 11:07:11 +09:00
--define:useStdLib
--threads:off
# workaround httpbeast file upload bug
--assertions:off
2020-11-08 05:54:23 +09:00
# disable annoying warnings
warning("GcUnsafe2", off)
2022-01-06 23:21:42 +09:00
hint("XDeclaredButNotUsed", off)
2022-01-16 14:00:11 +09:00
hint("XCannotRaiseY", off)
2022-01-06 23:21:42 +09:00
hint("User", off)
const
nimVersion = (major: NimMajor, minor: NimMinor, patch: NimPatch)
when nimVersion >= (1, 6, 0):
warning("HoleEnumConv", off)