added a -d:nimv019 define for compiling 0.19 code with 0.20

This commit is contained in:
Araq
2019-05-29 12:01:35 +02:00
parent 4f989b9162
commit 13505c3be2

View File

@@ -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