Manually include ubsan in emscripten builds (#220)
This commit is contained in:
parent
17a1754271
commit
03ec79ef85
1 changed files with 1 additions and 0 deletions
1
emcc.zig
1
emcc.zig
|
|
@ -119,6 +119,7 @@ pub fn linkWithEmscripten(
|
|||
"-sUSE_GLFW=3",
|
||||
"-sASYNCIFY",
|
||||
"-O3",
|
||||
"-fsanitize=undefined",
|
||||
"--emrun",
|
||||
});
|
||||
return emcc_command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue