Skip to content

Commit 6f04a62

Browse files
committed
refactor: 移除-Zbuild-std=core
1 parent 479464f commit 6f04a62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frame-analyzer/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ fn build_ebpf() -> Result<()> {
6969
let mut ebpf_args = vec![
7070
"--target",
7171
"bpfel-unknown-none",
72-
"-Z",
73-
"build-std=core",
7472
"--target-dir",
7573
target_dir_str,
7674
];

0 commit comments

Comments
 (0)