Change Servo release builds to include debugging.

This makes basic symbols available in release builds.
This commit is contained in:
Jack Moffitt 2015-02-25 10:19:46 -07:00
parent 862c66e78e
commit 038787a335

View file

@ -34,6 +34,12 @@ default = ["glutin_app", "window"]
window = ["glutin_app/window"]
headless = ["glutin_app/headless"]
[profile.release]
opt-level = 3
debug = true
rpath = false
lto = false
[dependencies.compositing]
path = "../compositing"