mirror of
https://github.com/zedeus/nitter.git
synced 2024-12-22 18:45:31 +00:00
11 lines
206 B
Nim
11 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)
|