auto merge of #5069 : metajack/servo/rel-debug, r=larsbergstrom

This makes basic symbols available in release builds.
This commit is contained in:
bors-servo 2015-02-25 12:04:04 -07:00
commit 259792e481

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"