mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-20 21:53:14 +01:00
Merge pull request #71 from SiegeLord/master
Add the -property command line argument
This commit is contained in:
@@ -219,6 +219,11 @@ int main(int argc, char** argv)
|
||||
printf("config %s\n", path.c_str());
|
||||
}
|
||||
|
||||
// enforcePropertySyntax handled separately because it is a char
|
||||
#if DMDV2
|
||||
global.params.enforcePropertySyntax = enforcePropertySyntax ? 1 : 0;
|
||||
#endif
|
||||
|
||||
// Negated options
|
||||
global.params.link = !compileOnly;
|
||||
global.params.obj = !dontWriteObj;
|
||||
|
||||
Reference in New Issue
Block a user