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
Good catch, I didn't test both configuration options together.
Having an option to enable both flags would be great.
On the other hand, perhaps we don't need a dedicated --enable-taintspew flag at all? At the moment both flags provide the same functionality, and only the JS_STRUCTURED_SPEW flag is ever checked in the code.
If I have
ac_add_options --enable-jitspew
in my .mozconfig, the build will fail with the following error:I assume this is related to the TaintSpewing changeset in PR #242. This failed the automated build for the binaries, oops.
I can try to have a look next week on how we can keep jitspewing an option while allowing taints to be spewed as well.
The text was updated successfully, but these errors were encountered: