mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #5069 : metajack/servo/rel-debug, r=larsbergstrom
This makes basic symbols available in release builds.
This commit is contained in:
commit
259792e481
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ default = ["glutin_app", "window"]
|
||||||
window = ["glutin_app/window"]
|
window = ["glutin_app/window"]
|
||||||
headless = ["glutin_app/headless"]
|
headless = ["glutin_app/headless"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
debug = true
|
||||||
|
rpath = false
|
||||||
|
lto = false
|
||||||
|
|
||||||
[dependencies.compositing]
|
[dependencies.compositing]
|
||||||
path = "../compositing"
|
path = "../compositing"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue