hotfix: issue with release profile causing undefined memory handling
Former-commit-id: e60a3ac63945adcb086adb2369892f72f5d1610c Former-commit-id: 3c36d641183050c4ff48c745c4bd81603b5c7740
This commit is contained in:
parent
265940e57d
commit
f05555fcaa
|
@ -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"
|
||||||
|
|
Reference in a new issue