Skip to content

Commit 4ceaf76

Browse files
committed
Remove hardcoded clang compiler in Rust build
Allow cc crate to use the default compiler from environment instead of forcing clang. This improves build system flexibility and allows users to use their preferred compiler (gcc, clang, etc.) based on their environment configuration.
1 parent 1e54e70 commit 4ceaf76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ fn main() {
3636
}
3737

3838
build
39-
.compiler("clang")
4039
.files(&src_files)
4140
.include(project_root.join("include"))
4241
.include(project_root.join("priv_include"))

0 commit comments

Comments
 (0)