mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-09-16 06:58:29 +00:00
Fixup kata RELEASE build handling.
- the RELEASE setting is a boolean, correct cmake check - explicitly force log-level=0 & debug=true in cargo profile.dev entries NB: to switch between RELEASE + non-RELEASE builds do "m clean", change easy-settings.cmake, then "m kata" Change-Id: If56cd855a9f30313e264a808c0c12df0532194a0 GitOrigin-RevId: b15be5feba41a19a71ff86f00fee0b7bd0942049
This commit is contained in:
@@ -9,6 +9,8 @@ members = [
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 0
|
||||
debug = true
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
|
Reference in New Issue
Block a user