Skip to content

Commit

Permalink
rpm,debian: Parallel builds with -j3
Browse files Browse the repository at this point in the history
  • Loading branch information
hessu committed Jun 5, 2024
1 parent afc2faa commit fa2738d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-stamp: configure-stamp
dh_testdir

# Add here commands to compile the package.
$(MAKE)
$(MAKE) -j3

touch $@

Expand Down
2 changes: 1 addition & 1 deletion src/rpm/aprsc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd src
LDFLAGS="-g ${RPM_OPT_FLAGS} -z noexecstack"
touch configure-stamp

make
make -j3

rm -f build-stamp configure-stamp

Expand Down

0 comments on commit fa2738d

Please sign in to comment.