mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 03:43:13 +01:00
Do not set Dversion to 1. Dversion = 2 means we use post 1.000 additions to D1.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user