MAKEFLAGS=-j2

This commit is contained in:
Max Howell 2009-05-23 16:38:05 +01:00
parent 2a5a7545f7
commit a41cf81fbc

View File

@ -16,6 +16,7 @@ ENV['CFLAGS']=ENV['CXXFLAGS']='-O3 -w -pipe -fomit-frame-pointer -march=prescott
# if I'm wrong # if I'm wrong
ENV['CC']='gcc-4.2' ENV['CC']='gcc-4.2'
ENV['CXX']='g++-4.2' ENV['CXX']='g++-4.2'
ENV['MAKEFLAGS']='-j2'
#TODO don't add the prefixes if we're in /usr or /usr/local #TODO don't add the prefixes if we're in /usr or /usr/local
ENV['CPPFLAGS']="-I#{$cellar.parent}/include" ENV['CPPFLAGS']="-I#{$cellar.parent}/include"