You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding -fno-exceptions should be useful according to https://emscripten.org/docs/optimizing/Optimizing-Code.html. However, currently spdlog uses exceptions. There's a SPDLOG_NO_EXCEPTIONS define we could use, but it is only available in recent versions of spdlog. We can update spdlog in Marian, and then we can disable exceptions.
The text was updated successfully, but these errors were encountered:
Adding
-fno-exceptions
should be useful according to https://emscripten.org/docs/optimizing/Optimizing-Code.html. However, currently spdlog uses exceptions. There's a SPDLOG_NO_EXCEPTIONS define we could use, but it is only available in recent versions of spdlog. We can update spdlog in Marian, and then we can disable exceptions.The text was updated successfully, but these errors were encountered: