mirror of
https://github.com/zedeus/nitter.git
synced 2024-10-31 22:08:50 +00:00
9 lines
177 B
Nim
9 lines
177 B
Nim
--define:ssl
|
|
--define:useStdLib
|
|
|
|
# workaround httpbeast file upload bug
|
|
--assertions:off
|
|
|
|
# disable annoying warnings
|
|
warning("GcUnsafe2", off)
|
|
warning("ObservableStores", off)
|