Skip to content

Commit febb6bd

Browse files
authored
[wasm] Fix debug build of AOT cross compiler (#122018)
1 parent ffb52e9 commit febb6bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mono/mono.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@ JS_ENGINES = [NODE_JS]
803803
<PropertyGroup Condition="'$(TargetsBrowser)' == 'true' or '$(TargetsWasi)' == 'true'">
804804
<MonoAotAbi Condition="'$(TargetsBrowser)' == 'true'">wasm32-unknown-none</MonoAotAbi>
805805
<MonoAotAbi Condition="'$(TargetsWasi)' == 'true'">wasm32-unknown-wasip2</MonoAotAbi>
806-
<_ForceRelease Condition="$([MSBuild]::IsOSPlatform('Windows')) and '$(TargetArchitecture)' == 'wasm' and '$(Configuration)' == 'Debug'">true</_ForceRelease>
807806
</PropertyGroup>
808807

809808
<!-- Windows specific options -->

0 commit comments

Comments
 (0)