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 upNeed debug/opt configurations for mozjs #3408
Closed
Labels
Comments
|
I believe this would be addressed by custom profiles in Cargo, but I'm not sure if there is a bug open for that. |
|
Fixed by servo/mozjs#20. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We used to be able to do this by adding a configure flag, but no longer since the great cargoization. This requires being able to configure mozjs with different flags independent of the global opt/debug configuration of servo; I don't necessary want slow layout when I'm just looking for assertions in mozjs.