Replies: 1 comment
-
Does |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
emscripten.jam
has the following:I am trying to get boost to compile with
-fexceptions
flag, right now it is defaulting to-fwasm-exceptions
.I have tried to call b2 with
b2 exception-handling-method=js ...
.I have also tried to add
option.set exception-handling-method : js ;
toproject-config.jam
.Neither option seems to work, only way I have gotten a workaround is to hardcode
-fwasm-exceptions
to-fexceptions
inemscripten.jam
.Does anyone know the right way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions