We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-j{cores}
1 parent 47d5e8e commit bf30ea9Copy full SHA for bf30ea9
build.rs
@@ -7,7 +7,6 @@ fn main() {
7
} else {
8
"Release"
9
};
10
- let cores = std::thread::available_parallelism().unwrap().get();
11
12
// Build & link required Valhalla libraries
13
let dst = cmake::Config::new("valhalla")
@@ -26,7 +25,6 @@ fn main() {
26
25
.define("ENABLE_PYTHON_BINDINGS", "OFF")
27
.define("ENABLE_TESTS", "OFF")
28
.define("ENABLE_GDAL", "OFF")
29
- .build_arg(format!("-j{cores}"))
30
.build_target("valhalla")
31
.build();
32
0 commit comments