Skip to content

Commit

Permalink
cccl: Enable ability to parallel build.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Saurabh Shah <[email protected]>
  • Loading branch information
shettyg committed Sep 5, 2014
1 parent ec2d2b5 commit 6b846da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/cccl
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 6b846da

Please sign in to comment.