Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2021-04-14 03:35:31 +0300
committerGitHub <noreply@github.com>2021-04-14 03:35:31 +0300
commitfccdca068be7ac1fd44cdd62ef1aec3e6c752e77 (patch)
treea598d1dd80fc22db879fd342b62f74b9c4e5551a /src/tests/build.cmd
parent9ca2a70d6eb941d5482ea0205654beab6267a471 (diff)
Simplify mibc usage in the build (#50536)
- Produce a merged mibc with all scenarios squished together - Properly attach the mibc data to the incremental build for System.Private.CoreLib - This can't be done for the framework here. It will require mibc integration in the SDK - Enable pgo optimization in checked builds - Enable pgo optimization in framework compile for outerloop runs
Diffstat (limited to 'src/tests/build.cmd')
-rw-r--r--src/tests/build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/build.cmd b/src/tests/build.cmd
index b4f9a7b0702..18a85d6ae62 100644
--- a/src/tests/build.cmd
+++ b/src/tests/build.cmd
@@ -578,7 +578,7 @@ exit /b 1
set "__CrossgenOutputDir=%__TestIntermediatesDir%\crossgen.out"
-set __CrossgenCmd="%__RepoRootDir%\dotnet.cmd" "%CORE_ROOT%\R2RTest\R2RTest.dll" compile-framework -cr "%CORE_ROOT%" --output-directory "%__CrossgenOutputDir%" --release --nocleanup --target-arch %__BuildArch% -dop %NUMBER_OF_PROCESSORS%
+set __CrossgenCmd="%__RepoRootDir%\dotnet.cmd" "%CORE_ROOT%\R2RTest\R2RTest.dll" compile-framework -cr "%CORE_ROOT%" --output-directory "%__CrossgenOutputDir%" --release --nocleanup --target-arch %__BuildArch% -dop %NUMBER_OF_PROCESSORS% -m "%CORE_ROOT%\StandardOptimizationData.mibc"
if defined __CreatePdb (
set __CrossgenCmd=!__CrossgenCmd! --pdb