summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2014-08-28 09:20:21 -0700
committerGurucharan Shetty <gshetty@nicira.com>2014-09-04 18:20:22 -0700
commit6b846da95a802d4187e3a0ea0b697c196dcc749f (patch)
treef566aef53215e5d63f7cf5938ac638d9c8402bdc /build-aux
parentec2d2b5f03913f262a11c23f3e9b2a9e30157139 (diff)
downloadopenvswitch-6b846da95a802d4187e3a0ea0b697c196dcc749f.tar.gz
cccl: Enable ability to parallel build.
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>
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/cccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/cccl b/build-aux/cccl
index d6915aaff..c18629af6 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -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=