mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Change Beefy::defer to be simpler (no std::function), macOS changes
This commit is contained in:
parent
3bf4c792d8
commit
c8ca66ec5c
18 changed files with 168 additions and 221 deletions
|
@ -763,7 +763,11 @@ void BootApp::DoLinkGNU()
|
|||
linkLine.Append(" ");
|
||||
linkLine.Append("-g ");
|
||||
|
||||
linkLine.Append("-debug -no-pie ");
|
||||
linkLine.Append("-debug ");
|
||||
#ifdef BF_PLATFORM_LINUX
|
||||
linkLine.Append("-no-pie ");
|
||||
#endif
|
||||
|
||||
linkLine.Append(mLinkParams);
|
||||
|
||||
auto runCmd = QueueRun(linkerPath, linkLine, mWorkingDir, BfpSpawnFlag_UseArgsFile);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue