Skip to content

Commit

Permalink
[elfutils] drop -j for now
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed Oct 2, 2024
1 parent b77a9f2 commit b757479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/elfutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if ! ./configure --enable-maintainer-mode --disable-debuginfod --disable-libdebu
exit 1
fi

ASAN_OPTIONS=detect_leaks=0 make -j$(nproc) V=1
ASAN_OPTIONS=detect_leaks=0 make V=1

# External dependencies used by the fuzz targets have to be built
# with MSan explicitly to avoid bogus "security" bug reports like
Expand Down

0 comments on commit b757479

Please sign in to comment.