You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Feature defaults for mono.proj and System.Private.CoreLib.csproj -->
81
-
<PropertyGroup>
82
-
<!-- default metadata update support for specific platforms -->
83
-
<MonoMetadataUpdateCondition="'$(MonoMetadataUpdate)' == '' and ('$(TargetsAndroid)' == 'true' or '$(TargetsBrowser)' == 'true')">true</MonoMetadataUpdate>
84
-
<MonoMetadataUpdateCondition="'$(MonoMetadataUpdate)' == '' and ('$(TargetsiOS)' == 'true' or '$(TargetstvOS)' == 'true' or '$(TargetsMacCatalyst)' == 'true')">true</MonoMetadataUpdate>
Copy file name to clipboardExpand all lines: src/mono/cmake/options.cmake
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,6 @@ option (ENABLE_CHECKED_BUILD_PRIVATE_TYPES "Enable compile time checking that ge
53
53
option (ENABLE_CHECKED_BUILD_GC "Enable runtime GC Safe / Unsafe mode assertion checks (must set env var MONO_CHECK_MODE=gc)")
54
54
option (ENABLE_CHECKED_BUILD_THREAD "Enable runtime history of per-thread coop state transitions (must set env var MONO_CHECK_MODE=thread)")
55
55
option (ENABLE_CHECKED_BUILD_METADATA "Enable runtime checks of mempool references between metadata images (must set env var MONO_CHECK_MODE=metadata)")
56
-
option (ENABLE_METADATA_UPDATE "Enable runtime support for metadata updates")
57
56
option (ENABLE_MSCORDBI "Generate mscordbi to support icordbg interface")
0 commit comments