diff --git a/config.nims b/config.nims index 813dad1..a306dc8 100644 --- a/config.nims +++ b/config.nims @@ -3,3 +3,7 @@ # workaround httpbeast file upload bug --assertions:off + +# disable annoying warnings +warning("GcUnsafe2", off) +warning("ObservableStores", off)