-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-sUSE_PTHREADS is simultaneously required and deprecated #19471
Comments
Seems like the offending option here is |
I think this is due a combination of We do have a pretty huge test suite which should prevent this kind of breaking in most cases, but testing every possible combination of settings is hard. In order to improve things we are constantly looking ways to pair down the number of settings (and/or valid combinations or settings) while also growing our test suite. |
Actually it looks like |
Thanks! I erased my snarky original comment, sorry about that, I realize it isn't easy to test everything... |
Thanks for being understanding.. I can also understand your frustration when a version upgrade breaks your project! |
Hi, I don't use
-sUSE_PTHREADS
anywhere in my configuration, yetemcc
3.1.39 crashes my build because it expects it to be defined somewhere.If I define it, I don't just get a warning (as per the changelog) but actually failure, unless I also disable
-sUSE_STRICT
. According to the documentation:This is false. It generates a warning without
-sSTRICT
but actually fails with it.My linker options are (were):
Here is the error:
Please include the following in your bug report:
Version of emscripten/emsdk:
Failing command line in full:
see above
The text was updated successfully, but these errors were encountered: