File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ if(APPLE AND HERMES_BUILD_APPLE_FRAMEWORK)
137
137
target_link_options (libhermes PUBLIC "-fembed-bitcode" )
138
138
endif ()
139
139
# Strip the LC_UUID from the framework binary
140
- target_link_options (libhermes PRIVATE "-Wl,-no_uuid" )
140
+ # target_link_options(libhermes PRIVATE "-Wl,-no_uuid")
141
141
# Define the deployment target in the frameworks metadata
142
142
if (HERMES_APPLE_TARGET_PLATFORM MATCHES "iphone" )
143
143
add_custom_command (TARGET libhermes POST_BUILD
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ function(add_hermes_library name)
102
102
target_compile_options (${name} PUBLIC "-fembed-bitcode" )
103
103
endif ()
104
104
# Strip the LC_UUID from the framework binary
105
- target_link_options (${name} PRIVATE "-Wl,-no_uuid" )
105
+ # target_link_options(${name} PRIVATE "-Wl,-no_uuid")
106
106
endfunction (add_hermes_library)
107
107
108
108
function (add_hermes_executable name )
You can’t perform that action at this time.
0 commit comments