Skip to content
Snippets Groups Projects
Commit a41cf81f authored by Max Howell's avatar Max Howell
Browse files

MAKEFLAGS=-j2

parent 2a5a7545
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment