Add release-with-debug profile

This commit is contained in:
2022-06-21 01:44:58 +00:00
committed by GitHub
parent cffd721d2c
commit 72e6d49d4d

View File

@@ -44,6 +44,10 @@ avdict = ["bindgen", "cmake", "flagset"]
exif = ["bindgen", "c_fixed_string", "cmake", "link-cplusplus", "utf16string"]
ugoira = ["avdict", "bindgen", "cmake", "link-cplusplus"]
[profile.release-with-debug]
inherits = "release"
debug = true
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["winnls", "stringapiset"] }