diff --git a/Cargo.toml b/Cargo.toml index 4be86e6..44f74d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,7 @@ imgui-inspect-derive = "0.5.0" tobj = "2.0.2" num = "0.3.0" rand = "0.7.3" -human-panic = "1.0.3" \ No newline at end of file +human-panic = "1.0.3" + +[profile.dev.package."*"] +opt-level = 2 \ No newline at end of file