"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "acdb300d30a0a6ff125f902d92b3d372c7060336"
Commit 251dd9ce authored by Brian Harrison's avatar Brian Harrison
Browse files

Disable offload-compress

parent 35aebe59
...@@ -153,10 +153,10 @@ function(add_instance_library INSTANCE_NAME) ...@@ -153,10 +153,10 @@ function(add_instance_library INSTANCE_NAME)
target_compile_features(${INSTANCE_NAME} PUBLIC) target_compile_features(${INSTANCE_NAME} PUBLIC)
# flags to compress the library # flags to compress the library
if(NOT WIN32 AND ${hip_VERSION_FLAT} GREATER 600241132) #if(NOT WIN32 AND ${hip_VERSION_FLAT} GREATER 600241132)
#message("Adding --offload-compress flag for ${INSTANCE_NAME}") #message("Adding --offload-compress flag for ${INSTANCE_NAME}")
target_compile_options(${INSTANCE_NAME} PRIVATE --offload-compress) #target_compile_options(${INSTANCE_NAME} PRIVATE --offload-compress)
endif() #endif()
set_target_properties(${INSTANCE_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON) set_target_properties(${INSTANCE_NAME} PROPERTIES POSITION_INDEPENDENT_CODE ON)
clang_tidy_check(${INSTANCE_NAME}) clang_tidy_check(${INSTANCE_NAME})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment