Skip to content

Commit

Permalink
auto merge of #5069 : metajack/servo/rel-debug, r=larsbergstrom
Browse files Browse the repository at this point in the history
This makes basic symbols available in release builds.
  • Loading branch information
bors-servo committed Feb 25, 2015
2 parents 862c66e + 038787a commit 259792e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/servo/Cargo.toml
Expand Up @@ -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"

Expand Down

0 comments on commit 259792e

Please sign in to comment.