mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 13:33:22 +00:00
added a -d:nimv019 define for compiling 0.19 code with 0.20
This commit is contained in:
@@ -273,3 +273,10 @@ tcc.options.always = "-w"
|
||||
gcc.cpp.linkerexe = "genode-arm-ld"
|
||||
@end
|
||||
@end
|
||||
|
||||
@if nimv019:
|
||||
--multimethods:on
|
||||
--oldAst:on
|
||||
--define:nimOldCaseObjects
|
||||
--define:oldShiftRight
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user