summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-01-31 06:38:19 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-01-31 06:38:19 (GMT)
commit58d4913ac12cee7e8505165585bf661d100fe2ba (patch)
tree87eafbaac4a61068b36b44461ebb2cd1ec153ddb /Makefile
parentbf9818cff24e977716f961d0eea97ec0ec08ced8 (diff)
downloadmxe-58d4913ac12cee7e8505165585bf661d100fe2ba.zip
mxe-58d4913ac12cee7e8505165585bf661d100fe2ba.tar.gz
mxe-58d4913ac12cee7e8505165585bf661d100fe2ba.tar.bz2
disable parallel builds by default and document in the README how to enable parallelization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90a6ed6..56e6048 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# MinGW cross compiling environment
# see doc/README for further information
-JOBS := 4
+JOBS := 1
TARGET := i386-mingw32msvc
SOURCEFORGE_MIRROR := kent.dl.sourceforge.net