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 91a7416 commit cf4a8aaCopy full SHA for cf4a8aa
core/BUILD
@@ -15,7 +15,8 @@ cc_library(
15
"//core/util/logging",
16
"@libtorch//:libtorch",
17
"@tensorrt//:nvinfer"
18
- ]
+ ],
19
+ alwayslink=True,
20
)
21
22
cpp/api/BUILD
@@ -17,7 +17,8 @@ cc_library(
"//core/util:prelude"
],
strip_include_prefix = "include/",
- linkstatic = True
+ linkstatic = True,
+ alwayslink = True
23
24
0 commit comments