aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-23 21:10:50 +0900
committernsfisis <nsfisis@gmail.com>2026-08-23 21:12:56 +0900
commitb8da2bec0f4622dc761ccb9a5f686f30dcd039e7 (patch)
tree68d72c8ed22123eef01e7241b532e98c6fc4180b /Cargo.toml
parent0b9834a90b20a90908acc8f698742c7218450008 (diff)
downloadphp-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.tar.gz
php-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.tar.zst
php-shirabe-b8da2bec0f4622dc761ccb9a5f686f30dcd039e7.zip
chore: add profile.release to cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 22504795..cb5a942a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -75,3 +75,6 @@ large_enum_variant = "allow"
module_inception = "allow"
multiple_inherent_impl = "warn"
type_complexity = "allow"
+
+[profile.release]
+strip = "debuginfo"