Skip to content

Commit

Permalink
A more universal solution, darwin works
Browse files Browse the repository at this point in the history
  • Loading branch information
wally4000 committed May 20, 2024
1 parent aedc049 commit 6e1a691
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 6e1a691

Please sign in to comment.