Corrects critical mistake where core tried to bypass even if previous instruction did not write-back
This commit is contained in:
@@ -6,7 +6,7 @@ members = ["fpga-lib", "fpga-lib-macros", "hello-rust"]
|
||||
panic = "abort"
|
||||
codegen-units = 1 # better optimizations
|
||||
lto = true # better optimizations
|
||||
strip = true
|
||||
strip = false
|
||||
opt-level = "z"
|
||||
|
||||
[profile.dev]
|
||||
|
||||
Reference in New Issue
Block a user