mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Change Servo release builds to include debugging.
This makes basic symbols available in release builds.
This commit is contained in:
parent
862c66e78e
commit
038787a335
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue