Skip to content

Commit 78c8b4b

Browse files
committed
enable threads
1 parent 39b099b commit 78c8b4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fftw-src/build.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ fn build_fftw(flags: &[&str], src_dir: &Path, out_dir: &Path) {
7878
.arg("--with-pic")
7979
.arg("--enable-static")
8080
.arg("--disable-doc")
81+
.arg("--enable-threads")
82+
.arg("--with-combined-threads")
8183
.arg(format!("--prefix={}", out_dir.display()))
8284
.args(flags)
8385
.current_dir(&src_dir),

0 commit comments

Comments
 (0)