File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
JIT/Directed/debugging/poisoning Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ if [ ! -z ${RunCrossGen2+x} ]%3B then
110
110
done
111
111
112
112
echo -o:"$__OutputFile" >> "$__ResponseFile"
113
+ ## Enable once #114504 is fixed
114
+ ## echo -O >> "$__ResponseFile"
113
115
echo --targetarch:$(TargetArchitecture) >> "$__ResponseFile"
114
116
echo --targetos:$(TargetOS) >> "$__ResponseFile"
115
117
echo --verify-type-and-field-layout >> "$__ResponseFile"
@@ -276,6 +278,7 @@ if defined RunCrossGen2 (
276
278
set __Command=!__Command! !ExtraCrossGen2Args!
277
279
278
280
echo !__InputFile!>>!__ResponseFile!
281
+ echo -O>>!__ResponseFile!
279
282
echo -o:!__OutputFile!>>!__ResponseFile!
280
283
echo --targetarch:$(TargetArchitecture)>>!__ResponseFile!
281
284
echo --targetos:$(TargetOS)>>!__ResponseFile!
Original file line number Diff line number Diff line change 3
3
<DebugType >PdbOnly</DebugType >
4
4
<Optimize >False</Optimize >
5
5
<AllowUnsafeBlocks >True</AllowUnsafeBlocks >
6
+ <!-- Needed for CrossGenTest -->
7
+ <RequiresProcessIsolation >true</RequiresProcessIsolation >
8
+ <CrossGenTest >false</CrossGenTest >
6
9
</PropertyGroup >
7
10
<ItemGroup >
8
11
<Compile Include =" $(MSBuildProjectName).cs" />
You can’t perform that action at this time.
0 commit comments