aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/gold/ya.make
blob: 7669471ce0235c781b5dd287a0eeaa50c3c01162 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
RESOURCES_LIBRARY()

OWNER(somov)

INCLUDE(${ARCADIA_ROOT}/build/platform/binutils/binutils.resource)

LDFLAGS( 
    -fuse-ld=$BINUTILS_ROOT_RESOURCE_GLOBAL/bin/ld.gold
    -Wl,-z,noexecstack
)

END()