Skip to content

Commit

Permalink
Set cpp to true
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC committed May 7, 2024
1 parent 4fc7f88 commit db320e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ fn main() -> Result<()> {
}

builder
.cpp(true)
.define("__SSE4_1__", "1")
.use_plt(false)
.flag_if_supported("-march=native")
Expand Down

0 comments on commit db320e7

Please sign in to comment.