Skip to content

Commit eabefd3

Browse files
committed
create a new "superoptimized" profile
1 parent e6a7dc2 commit eabefd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ homepage = "https://sql.ophir.dev/"
99
repository = "https://github.com/lovasoa/SQLpage"
1010
documentation = "https://docs.rs/sqlpage"
1111

12+
[profile.superoptimized]
13+
inherits = "release"
14+
strip = "debuginfo"
15+
lto = "fat"
16+
panic = "abort"
17+
codegen-units = 4
18+
1219
[dependencies]
1320
sqlx = { version = "0.6.0", features = ["any", "runtime-actix-rustls", "sqlite", "postgres", "mysql", "chrono"] }
1421
chrono = "0.4.23"

0 commit comments

Comments
 (0)