Skip to content

Commit

Permalink
Merge pull request #26 from wally4000/master
Browse files Browse the repository at this point in the history
A more universal solution, darwin works
  • Loading branch information
sharkwouter authored May 20, 2024
2 parents aedc049 + 6e1a691 commit 14d6408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makepkg.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CHOST="psp"
#CXXFLAGS="-O2 -pipe"
#LDFLAGS=""
#-- Make Flags: change this for DistCC/SMP systems
MAKEFLAGS="-j$(nproc --all)"
MAKEFLAGS="-j$(getconf _NPROCESSORS_ONLN)"
#-- Debugging flags
#DEBUG_CFLAGS="-g"
#DEBUG_CXXFLAGS="-g"
Expand Down

0 comments on commit 14d6408

Please sign in to comment.