From 28239eb231937071e6280a33fdf23b8d872c7418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=85?= Date: Wed, 30 Aug 2017 12:53:18 +0800 Subject: [PATCH] force link all vars in ops library. --- mace/ops/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mace/ops/BUILD b/mace/ops/BUILD index d02d4382..7cde44fa 100644 --- a/mace/ops/BUILD +++ b/mace/ops/BUILD @@ -19,6 +19,7 @@ cc_library( "//mace/core:core", ], copts = ['-std=c++11'], + alwayslink = 1, ) cc_test( -- GitLab