summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-10 22:10:52 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-10 22:11:42 -0500
commit3efd5859f53817a0df1eeb7e9317cdc85b62bb61 (patch)
tree0bc79cff70f2b7a71f56ac5b35ace2c542c3b398 /Cargo.toml
parentadd more to checkpoint doc (diff)
downloadDungeonCrawl-3efd5859f53817a0df1eeb7e9317cdc85b62bb61.tar.gz
DungeonCrawl-3efd5859f53817a0df1eeb7e9317cdc85b62bb61.tar.bz2
DungeonCrawl-3efd5859f53817a0df1eeb7e9317cdc85b62bb61.zip
use fmt fns directly when possible
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7d7f8da..59d7251 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -85,6 +85,7 @@ lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"
-debug = false
-incremental = false
-overflow-checks = false
+
+[profile.small]
+inherits = "release"
+opt-level = "z"