2
0

modify cmake to strip debug symbols from rel blds

Change-Id: Ia67261fc3c4a20f3f1bbe439a70384a3f6aefa91


[ROCm/clr commit: 274fded47d]
Este cometimento está contido em:
Payam
2020-07-20 22:05:04 -04:00
cometido por Payam Ghafari
ascendente 25c98ea4de
cometimento d1e3736fc3
+1
Ver ficheiro
@@ -194,6 +194,7 @@ else()
endif()
set_target_properties(amdhip64 PROPERTIES LINK_FLAGS_RELEASE -s)
set_target_properties(amdhip64 PROPERTIES PUBLIC_HEADER ${PROF_API_STR})
add_library(host INTERFACE)
target_link_libraries(host INTERFACE hip::amdhip64)