Skip to content

Commit

Permalink
[feat] Remove -j flag
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 5, 2024
1 parent 0f1bc18 commit a5b1d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn main() -> Result<()> {
// ON
.define("WITH_JPEG8", "ON")
.define("ENABLE_STATIC", "ON")
.build_arg(format!("-j{}", std::thread::available_parallelism()?.get()))
// .build_arg(format!("-j{}", std::thread::available_parallelism()?.get()))
.build();

println!(
Expand Down

0 comments on commit a5b1d0c

Please sign in to comment.