diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-09-02 00:07:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-01 18:07:49 +0200 |
commit | 1f838d9af1a80580d08815ad6a11a8e7b2945c80 (patch) | |
tree | 5aad3f66f3ea0fe7691b9bb554254126475577b6 /config | |
parent | 6289b002b6a1ac8dcf5a97075f4db550df080191 (diff) | |
download | Nim-1f838d9af1a80580d08815ad6a11a8e7b2945c80.tar.gz |
remove the old nimv019 define in the config (#20133)
remove the olf nimv019 define in the config
Diffstat (limited to 'config')
-rw-r--r-- | config/nim.cfg | 6 |
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" |