mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 02:45:25 +03:00
Merge branch 'master' into merge-2.062
Conflicts: runtime/druntime
This commit is contained in:
commit
b13f3d3164
20 changed files with 236 additions and 196 deletions
|
@ -807,7 +807,7 @@ void buildCommandLine(std::vector<const char*>& r, const Params& p)
|
|||
if (p.logTlsUse) warning("-vtls not yet supported by LDC.");
|
||||
if (p.warnings == Warnings::asErrors) r.push_back("-w");
|
||||
else if (p.warnings == Warnings::informational) r.push_back("-wi");
|
||||
if (p.optimize) r.push_back("-O2");
|
||||
if (p.optimize) r.push_back("-O3");
|
||||
if (p.noObj) r.push_back("-o-");
|
||||
if (p.objDir) r.push_back(concat("-od=", p.objDir));
|
||||
if (p.objName) r.push_back(concat("-of=", p.objName));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue