Skip to content

Commit

Permalink
Updating make for linux x86 platforms to run up to 8 jobs simultaneou…
Browse files Browse the repository at this point in the history
…s, to make building on multicore machines faster

committer: Lincoln Stoll <lstoll@lstoll.net>

--HG--
extra : convert_revision : fba29463927861c043c0b1ff2c4081defebeb604
  • Loading branch information
lstoll committed May 25, 2008
1 parent 1add164 commit a200aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildit
Expand Up @@ -63,7 +63,7 @@ case $PLAT in
CPLUS=gcc-3.4
CCOMP=gcc-3.4
LINKER='gcc-3.4'
MAKE=make
MAKE='make -j8 '

COMPILER_FLAGS="-D_REENTRANT -D__USE_POSIX -D__linux__ -pipe"
INCLUDE_FLAG="-include"
Expand Down

0 comments on commit a200aaa

Please sign in to comment.