Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ec4be24

Browse files
committed
Get rid of old -altjitcrossgen argument now that CI has been updated
1 parent 6459123 commit ec4be24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.cmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ if /i "%1" == "-ibcinstrument" (set __IbcTuning=/Tuning&set processedArgs=
209209
if /i "%1" == "-toolset_dir" (set __ToolsetDir=%2&set __PassThroughArgs=%__PassThroughArgs% %2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
210210
if /i "%1" == "-crossgenaltjit" (set __CrossgenAltJit=%2&set processedArgs=!processedArgs! %1 %2&shift&shift&goto Arg_Loop)
211211

212-
REM Temporarily eat old -altjitcrossgen flag until CI system is updated.
213-
if /i "%1" == "-altjitcrossgen" (set processedArgs=!processedArgs! %1&shift&goto Arg_Loop)
214-
215212
REM TODO these are deprecated remove them eventually
216213
REM don't add more, use the - syntax instead
217214
if /i "%1" == "freebsdmscorlib" (set __BuildSOS=0&set __BuildNativeCoreLib=0&set __BuildNative=0&set __BuildTests=0&set __BuildPackages=0&set __BuildOS=FreeBSD&set __SkipNugetPackage=1&set processedArgs=!processedArgs! %1&shift&goto Arg_Loop)

0 commit comments

Comments
 (0)