diff --git a/Cargo.toml b/Cargo.toml index 0f21a05..3a762db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,8 +56,8 @@ xdsign_data = { git = "https://github.com/learturely/xdsign_data.git" } [profile.release] panic = "abort" -codegen-units = 1 -lto = "fat" +#codegen-units = 1 +#lto = "fat" strip = "symbols" [target.'cfg(any(target_os = "linux", target_os = "windows", target_os = "macos"))'.dependencies]