Skip to content

Commit 9018461

Browse files
committed
configure release build
1 parent 6aca10a commit 9018461

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ thiserror = { version = "2.0" }
2929
tokio = "1.44.1"
3030
toml = "0.8.20"
3131
unindent = "0.2.4"
32+
33+
# Workspace members
34+
atrium-core = { path = "atrium-core" }
35+
36+
[profile.release]
37+
debug = true
38+
lto = true

atrium-core/src/engine.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use error_stack::Result;
22
use error_stack::ResultExt;
33
use error_stack::report;
4-
use foyer::DirectFileDeviceOptions;
54
use foyer::DirectFsDeviceOptions;
65
use foyer::HybridCache;
76
use foyer::HybridCacheBuilder;

0 commit comments

Comments
 (0)