Skip to content

Commit e70c3fb

Browse files
committed
fix: disable LTO, logging
1 parent 7d3dce4 commit e70c3fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resolver = "2"
44

55
[profile.release]
66
strip = "debuginfo"
7-
lto = true
7+
lto = false

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl RPCServer {
169169
callback: impl FnMut(ProcessScanState) + Send + Sync + 'static,
170170
) {
171171
if self.connectors.is_some() {
172-
log!("[RPC Server] Cannot set on_streamer_mode_should_toggle, connectors are already initialized");
172+
log!("[RPC Server] Cannot set on_process_scan_complete, connectors are already initialized");
173173
return;
174174
}
175175

0 commit comments

Comments
 (0)