Add log-rpc feature

This commit is contained in:
pjht 2024-11-17 21:50:47 -06:00
parent 73e03892b6
commit 9121fe5016
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -23,3 +23,6 @@ lto = true
strip = true
opt-level = "z"
codegen-units=1
[features]
log-rpc = ['kernel/log-rpc']