hotfix: issue with release profile causing undefined memory handling

Former-commit-id: e60a3ac63945adcb086adb2369892f72f5d1610c
Former-commit-id: 3c36d641183050c4ff48c745c4bd81603b5c7740
This commit is contained in:
Muhammad Nauman Raza 2024-03-23 17:23:38 +00:00
parent 265940e57d
commit f05555fcaa

View file

@ -20,7 +20,6 @@ debug = true
opt-level = 3 opt-level = 3
strip = true strip = true
codegen-units = 1 codegen-units = 1
lto = "fat"
[profile.release-dev] [profile.release-dev]
inherits = "release" inherits = "release"