aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cellar/homebrew/brewkit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cellar/homebrew/brewkit.rb b/Cellar/homebrew/brewkit.rb
index cbab2952a..788fc1a59 100644
--- a/Cellar/homebrew/brewkit.rb
+++ b/Cellar/homebrew/brewkit.rb
@@ -16,6 +16,7 @@ ENV['CFLAGS']=ENV['CXXFLAGS']='-O3 -w -pipe -fomit-frame-pointer -march=prescott
# if I'm wrong
ENV['CC']='gcc-4.2'
ENV['CXX']='g++-4.2'
+ENV['MAKEFLAGS']='-j2'
#TODO don't add the prefixes if we're in /usr or /usr/local
ENV['CPPFLAGS']="-I#{$cellar.parent}/include"