Skip to content

Commit

Permalink
Try fixing MacOs sigsegv
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 10, 2023
1 parent 61bf665 commit 8a782fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use std::path::PathBuf;
fn main() {
let lib = cmake::Config::new("c-blosc2")
.define("CMAKE_POSITION_INDEPENDENT_CODE", "ON")
.define("CMAKE_C_FLAGS", "-fPIE")
.define("BLOSC_INSTALL", "ON")
.define("BUILD_TESTS", "OFF")
.define("BUILD_EXAMPLES", "OFF")
Expand Down

0 comments on commit 8a782fc

Please sign in to comment.