cccl: Enable ability to parallel build.
authorGurucharan Shetty <gshetty@nicira.com>
Thu, 28 Aug 2014 16:20:21 +0000 (09:20 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 5 Sep 2014 01:20:22 +0000 (18:20 -0700)
The /FS option allows serial access to PDB file creation letting
parallel builds succeed with mingw32-make (with some tricks). The
'make' that comes with MSYS has a bug that causes hangs with
parallel builds which supposedly has been fixed in the upcoming
1.0.19 release.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Saurabh Shah <ssaurabh@vmware.com>
build-aux/cccl

index d6915aa..c18629a 100644 (file)
@@ -45,7 +45,7 @@ esac
 # We'll assume cl to start out
 prog=cl
 # opts specifies the command line to pass to the MSVC program
-clopt="${slash}nologo"
+clopt="${slash}nologo ${slash}FS"
 linkopt="${slash}nologo"
 # gotparam is 0 if we didn't ever see a param, in which case we show usage()
 gotparam=