1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 08:25:50 +03:00

enable debug symbols in release builds

This commit is contained in:
Wez Furlong 2019-02-22 20:59:03 -08:00
parent 5dad7019da
commit 983eca1209

View File

@ -85,3 +85,6 @@ glutin = { git = "https://github.com/yvt/glutin", branch="patch-macos-iscurrent"
harfbuzz-sys = { git = "https://github.com/wez/rust-harfbuzz", branch="coretext" }
[workspace]
[profile.release]
debug = true