Skip to content
Snippets Groups Projects

sysota: force external linking with clang

Merged Pavel Zhukov requested to merge landgraf/oniro:sysota_clang into kirkstone
@@ -19,6 +19,8 @@ GO_DYNLINK:x86 = ""
GO_DYNLINK:x86-64 = ""
GO_DYNLINK:arm = ""
GO_DYNLINK:aarch64 = ""
GO_LINKMODE:toolchain-clang ?= "-linkmode external"
GO_EXTLDFLAGS:toolchain-clang:append = " -static "
# This package is built with go-mod as well as with make.
#
Loading