mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-27 01:25:21 +02:00
[svn r151] fixed #29: out contracts work now
This commit is contained in:
@@ -261,7 +261,7 @@ int main(int argc, char *argv[])
|
||||
global.params.useAssert = 0;
|
||||
global.params.useInvariants = 0;
|
||||
global.params.useIn = 1;
|
||||
global.params.useOut = 0;
|
||||
global.params.useOut = 1;
|
||||
global.params.useArrayBounds = 0;
|
||||
global.params.useSwitchError = 0;
|
||||
global.params.useInline = 0; // this one messes things up to a point where codegen breaks
|
||||
|
||||
Reference in New Issue
Block a user