Skip to content

Commit

Permalink
Get rid of forced parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
batden committed Oct 27, 2022
1 parent 646ab48 commit c1105df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions elluminate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,6 @@ do_bsh_alias() {
export LDFLAGS=-L/usr/local/lib
export PKG_CONFIG_PATH=/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig
# Parallel build.
export MAKE="make -j$(($(nproc) * 2))"
# This script adds the ~/.local/bin directory to your PATH environment variable if required.
EOF

Expand Down

0 comments on commit c1105df

Please sign in to comment.