mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-06 19:06:02 +03:00
parent
ecf40bef59
commit
399a0396d2
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ void buildCommandLine(std::vector<const char*>& r, const Params& p)
|
|||
// LDMD historically did not enable singleobj mode, so in order not to
|
||||
// break build systems as a D1 parting gift, don't change this right now.
|
||||
// This might change based on user feedback, though.
|
||||
if (!p.multiObj) r.push_back("-singleobj");
|
||||
if ((!p.multiObj && !p.compileOnly) || p.objName) r.push_back("-singleobj");
|
||||
if (p.debugInfo == Debug::normal) r.push_back("-g");
|
||||
else if (p.debugInfo == Debug::pretendC) r.push_back("-gc");
|
||||
if (p.alwaysStackFrame) r.push_back("-disable-fp-elim");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue