aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/go.conf
diff options
context:
space:
mode:
authoriniklyaev <iniklyaev@yandex-team.com>2024-12-17 08:44:51 +0300
committeriniklyaev <iniklyaev@yandex-team.com>2024-12-17 09:09:03 +0300
commit42ddc5e2bcc668464583e1e88fadfcc5f215247e (patch)
tree59f733492c13971e68c0e8e60b8ee59b4a0535ad /build/conf/go.conf
parentd83454f8c0a247dd9e8004e7e7171c09d33ef7df (diff)
downloadydb-42ddc5e2bcc668464583e1e88fadfcc5f215247e.tar.gz
transitions markup
commit_hash:871fc63bfd546321ffebc1af29e385c6486a3057
Diffstat (limited to 'build/conf/go.conf')
-rw-r--r--build/conf/go.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf
index 4943bce8c0..896f287bd2 100644
--- a/build/conf/go.conf
+++ b/build/conf/go.conf
@@ -836,6 +836,7 @@ module GO_PROGRAM: _GO_BASE_UNIT {
SET(MODULE_TAG GO_PROGRAM)
SET(_GO_TOOL_MODE exe)
SET(MODULE_TYPE PROGRAM)
+ .TRANSITION=nopic
SET(GO_VET_OUTPUT_INFO)
ALLOCATOR($_GO_DEFAULT_ALLOCATOR)
@@ -895,6 +896,7 @@ module _GO_DLL_BASE_UNIT: GO_PROGRAM {
.PROXY=yes
SET(_GO_TOOL_MODE dll)
SET(MODULE_TYPE DLL)
+ .TRANSITION=pic
GO_PACKAGE_NAME(main)
@@ -959,6 +961,7 @@ module GO_TEST: GO_PROGRAM {
SET(PEERDIR_TAGS GO GO_PROGRAM GO_PROTO GO_PROTO_FROM_SCHEMA GO_FBS __EMPTY__ RESOURCE_LIB)
SET(_GO_TOOL_MODE test)
SET(MODULE_TYPE PROGRAM)
+ .TRANSITION=nopic
ENABLE(GO_TEST_MODULE)
DISABLE(_NEED_SBOM_INFO)
SET(GO_COVER_INFO_VALUE)