diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-18 21:42:41 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-18 21:42:41 +0300 |
commit | 5291e2f6c447d149f3dc17006419bc7411478148 (patch) | |
tree | 2925d1a7aa1a894f7514fb2181414837e3990799 /build/ymake.core.conf | |
parent | 68155b41eaf4cc306f8286e7ce8da6f6af7d93f5 (diff) | |
download | ydb-5291e2f6c447d149f3dc17006419bc7411478148.tar.gz |
intermediate changes
ref:4ec759a52592995211dfd2877771c14eb231e31b
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index fdbbedd79e..b90bc11085 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1677,7 +1677,7 @@ module _BASE_PROGRAM: _LINK_UNIT { CPP_PROGRAM_SEM=add_executable $MODDIR $REALPRJNAME ${hide:TARGET} ${hide:AUTO_INPUT} \ && vcs_info \ - && target_link_flags PUBLIC $OBJADDE_LIB $OBJADDE \ + && target_link_flags PUBLIC $LDFLAGS $LDFLAGS_GLOBAL $OBJADDE_LIB $OBJADDE \ && target_include_directories PRIVATE $_C__INCLUDE_OWNED \ && target_compile_options PRIVATE $USER_CFLAGS $USER_CXXFLAGS ### @usage: PROGRAM([progname]) |