We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b099b commit 78c8b4bCopy full SHA for 78c8b4b
fftw-src/build.rs
@@ -78,6 +78,8 @@ fn build_fftw(flags: &[&str], src_dir: &Path, out_dir: &Path) {
78
.arg("--with-pic")
79
.arg("--enable-static")
80
.arg("--disable-doc")
81
+ .arg("--enable-threads")
82
+ .arg("--with-combined-threads")
83
.arg(format!("--prefix={}", out_dir.display()))
84
.args(flags)
85
.current_dir(&src_dir),
0 commit comments