We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79920cf commit 3a7f3c1Copy full SHA for 3a7f3c1
eng/native/configurecompiler.cmake
@@ -482,9 +482,7 @@ if (CLR_CMAKE_HOST_UNIX)
482
483
# Separate functions so linker can remove them. But not on tvOS because
484
# -ffunction-sections is not supported with -fembed-bitcode.
485
- if (NOT CLR_CMAKE_HOST_TVOS)
486
- add_compile_options(-ffunction-sections)
487
- endif()
+ add_compile_options(-ffunction-sections)
488
489
# Specify the minimum supported version of macOS
490
# Mac Catalyst needs a special CFLAG, exclusive with mmacosx-version-min
0 commit comments