Skip to content

Commit

Permalink
Update rust/worker/build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB committed Dec 16, 2023
1 parent 70003e5 commit 7e08f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/worker/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.flag("-DHAVE_CXX0X")
.flag("-fpic")
.flag("-ftree-vectorize")
// .flag("-arch arm64")
.compile("bindings");

Ok(())
Expand Down

0 comments on commit 7e08f99

Please sign in to comment.