Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow building a debug SpiderMonkey build #352
Closed
Labels
Comments
|
You mean we need to turn on the "--enable-debug" option at mozjs build time with modifying servo's global configure script? |
|
Yes, the mozjs configure file should already have an --enable-debug flag that we can use from the servo configure script. |
This was referenced Apr 15, 2013
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
XMLHttpRequest test fixes
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
compile in shaders to webrender instead of requiring a res directory Fixes issue servo#352. res directory can be used to override. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/563) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some sort of configure flag like --enable-debug-spidermonkey, probably.