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 upSupport for --enable-debug for servo to be built as debug binary #336
Comments
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Stop using step_by, which is unstable. step_by on ranges isn't currently stable (see rust-lang/rust#27741), so stop using that function. This is enough for webrender to compile on stable rust (1.12) on my machine, so it probably closes issue servo#336. <!-- 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/438) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The generated make file has CFG_ENABLE_DEBUG flags for using the debug build. But the configure doesn't yet support --enable-debug.
If feasible, could you enable the support for this?