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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-11-10 20:02:22 +0300
committerGitHub <noreply@github.com>2022-11-10 20:02:22 +0300
commit003beb69fa9e71dfe34b55018a0d4ba0e1ae8306 (patch)
tree6793cb67ac930b7c0d3680db13569a8807739cb5
parentfee618135e5df9d96ea4de242c968839765efcf7 (diff)
Remove ENABLE_VISIBILITY_HIDDEN from mono.proj (#78155)
It was never wired up in the CMake based build system and we set visibility hidden by default now.
-rw-r--r--src/mono/mono.proj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mono/mono.proj b/src/mono/mono.proj
index ae0aed6b25e..bbba8e7e112 100644
--- a/src/mono/mono.proj
+++ b/src/mono/mono.proj
@@ -404,7 +404,6 @@
<!-- iOS/tvOS device specific options -->
<ItemGroup Condition="('$(TargetsiOS)' == 'true' and '$(TargetsiOSSimulator)' != 'true') or ('$(TargetstvOS)' == 'true' and '$(TargetstvOSSimulator)' != 'true')">
<_MonoCMakeArgs Include="-DENABLE_MINIMAL=jit,logging" />
- <_MonoCMakeArgs Include="-DENABLE_VISIBILITY_HIDDEN=1"/>
<_MonoCMakeArgs Include="-DENABLE_LAZY_GC_THREAD_CREATION=1"/>
<_MonoCMakeArgs Include="-DENABLE_ICALL_EXPORT=1"/>
<_MonoCFLAGS Include="-Werror=partial-availability" />