summaryrefslogtreecommitdiff
path: root/yjit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/Cargo.toml')
-rw-r--r--yjit/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/Cargo.toml b/yjit/Cargo.toml
index 4641de205f..858751b1f6 100644
--- a/yjit/Cargo.toml
+++ b/yjit/Cargo.toml
@@ -22,7 +22,6 @@ capstone = { version = "0.10.0", optional = true }
# For debugging, `make V=1` shows exact cargo invocation.
disasm = ["capstone"]
stats = []
-asm_comments = []
[profile.dev]
opt-level = 0