Skip to content

Commit 6f679d2

Browse files
committed
Remove gdb ad default feature
Signed-off-by: Doru Blânzeanu <[email protected]>
1 parent daaf95b commit 6f679d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cfg_aliases = "0.2.1"
115115
built = { version = "0.7.0", features = ["chrono", "git2"] }
116116

117117
[features]
118-
default = ["gdb", "kvm", "mshv", "seccomp"]
118+
default = ["kvm", "mshv", "seccomp"]
119119
seccomp = ["dep:seccompiler"]
120120
function_call_metrics = []
121121
executable_heap = []

0 commit comments

Comments
 (0)