diff --git a/Cargo.toml b/Cargo.toml index 1294ebd..f1367b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,4 @@ pc = ["winit", "softbuffer", "image"] default = ["pc"] [profile.release] -codegen-units = 1 -debug = true -lto = true +debug = false