diff --git a/Cargo.toml b/Cargo.toml index 9b5e910..ebcc3ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }