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 9fd8aa7 commit e1aa4c0Copy full SHA for e1aa4c0
API/hermes/CMakeLists.txt
@@ -92,7 +92,7 @@ if(APPLE AND HERMES_BUILD_APPLE_FRAMEWORK)
92
target_link_options(libhermes PUBLIC "-fembed-bitcode")
93
endif()
94
# Strip the LC_UUID from the framework binary
95
- target_link_options(libhermes PRIVATE "-Wl,-no_uuid")
+ # target_link_options(libhermes PRIVATE "-Wl,-no_uuid")
96
# Define the deployment target in the frameworks metadata
97
if(HERMES_APPLE_TARGET_PLATFORM MATCHES "iphone")
98
add_custom_command(TARGET libhermes POST_BUILD
0 commit comments