summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/nim.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index 37d12a02d..fd2642391 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -307,12 +307,6 @@ tcc.options.always = "-w"
   --define:nimEmulateOverflowChecks
 @end
 
-@if nimv019:
-  --multimethods:on
-  --define:nimOldCaseObjects
-  --define:nimOldShiftRight
-@end
-
 @if lto or lto_incremental:
   @if lto_incremental:
    vcc.options.always%= "${vcc.options.always} /GL /Gw /Gy"