Do not set Dversion to 1. Dversion = 2 means we use post 1.000 additions to D1.

This commit is contained in:
Christian Kamm
2008-08-26 20:49:01 +02:00
parent 54871f4ea7
commit 2deaf9f238

View File

@@ -295,7 +295,7 @@ int main(int argc, char *argv[])
global.params.useInline = 0; // this one messes things up to a point where codegen breaks
global.params.llvmInline = 0; // use this one instead to know if inline passes should be run
global.params.obj = 1;
global.params.Dversion = 1;
global.params.Dversion = 2;
global.params.quiet = 1;
global.params.linkswitches = new Array();