summaryrefslogtreecommitdiff
path: root/rust/examples/pdb-ng/Cargo.toml
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-04-22 19:11:45 -0400
committerGlenn Smith <glenn@vector35.com>2024-04-22 19:11:45 -0400
commit6929009578958634304404179659515738797945 (patch)
treeee2d88d1c4bb4cbb6220a91b85524c2c804ac270 /rust/examples/pdb-ng/Cargo.toml
parent8534476934065104161886820729515240153914 (diff)
Fix pdb compile on Free edition
Diffstat (limited to 'rust/examples/pdb-ng/Cargo.toml')
-rw-r--r--rust/examples/pdb-ng/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/rust/examples/pdb-ng/Cargo.toml b/rust/examples/pdb-ng/Cargo.toml
index 093c067f..8636bced 100644
--- a/rust/examples/pdb-ng/Cargo.toml
+++ b/rust/examples/pdb-ng/Cargo.toml
@@ -18,6 +18,3 @@ regex = "1"
[features]
demo = []
-
-[profile.release]
-debug = 1