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 adcf199 commit 95df0ebCopy full SHA for 95df0eb
apps/hexagon_api/CMakeLists.txt
@@ -68,6 +68,7 @@ ExternalProject_Add(android_tvm_runtime_rpc
68
"-DUSE_CPP_RPC=ON"
69
"-DUSE_HEXAGON_RPC=ON"
70
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
71
+ "-DUSE_ALTERNATIVE_LINKER=OFF"
72
INSTALL_COMMAND ""
73
BUILD_ALWAYS ON
74
)
@@ -103,6 +104,7 @@ ExternalProject_Add(hexagon_tvm_runtime_rpc
103
104
105
"-DBUILD_STATIC_RUNTIME=ON"
106
107
108
109
110
0 commit comments