mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 11:38:02 +02:00
Merge pull request #1425 from disarray2077/patch-4
Fix ASSERTIONS in emcc command-line
This commit is contained in:
commit
12dd52fd12
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