summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-06-07 08:51:41 -0700
committerJan Kotas <jkotas@microsoft.com>2015-06-07 08:51:41 -0700
commit036c610d397a58d06b9525f736441c6afe9392b4 (patch)
treea1402d4eaea1e79c5ae80df3482661159e683fc0 /build.cmd
parent6a03098788ab64f194d44f1c271472267b049f9c (diff)
parent2b6efaeed3b263b3be0be46716205152567e854a (diff)
downloadcoreclr-036c610d397a58d06b9525f736441c6afe9392b4.tar.gz
coreclr-036c610d397a58d06b9525f736441c6afe9392b4.tar.bz2
coreclr-036c610d397a58d06b9525f736441c6afe9392b4.zip
Merge pull request #1111 from hadibrais/master
Enable Whole Program Optimization (WPO) for the Release build on Windows
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index ecf94cbee7..5433711e9c 100644
--- a/build.cmd
+++ b/build.cmd
@@ -148,7 +148,7 @@ exit /b 1
:GenVSSolution
:: Regenerate the VS solution
pushd "%__IntermediatesDir%"
-call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion%
+call "%__SourceDir%\pal\tools\gen-buildsys-win.bat" "%__ProjectDir%" %__VSVersion% %__BuildType%
popd
:BuildComponents