mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fix emcc ASSERTIONS
This commit is contained in:
parent
e7fe91facb
commit
84dcfcfb04
1 changed files with 2 additions and 2 deletions
|
@ -655,8 +655,8 @@ namespace IDE
|
|||
if (workspaceOptions.mEmitDebugInfo != .No)
|
||||
linkLine.Append(" -g");
|
||||
|
||||
if (workspaceOptions.mRuntimeChecks)
|
||||
linkLine.Append(" -s ASSERTIONS=1");
|
||||
if (!workspaceOptions.mRuntimeChecks)
|
||||
linkLine.Append(" -s ASSERTIONS=0");
|
||||
|
||||
linkLine.Replace('\\', '/');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue