diff options
author | pg <pg@yandex-team.com> | 2023-08-30 04:40:44 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-08-30 05:04:37 +0300 |
commit | d41c3a928314a3cbea37acf3cc44efcafe2fd5dc (patch) | |
tree | d0975249eec150af8dc4ed0c9dc941358b8a8f88 /build/conf/compilers | |
parent | 635636bcdbea259fd424ea6e3870b003be140923 (diff) | |
download | ydb-d41c3a928314a3cbea37acf3cc44efcafe2fd5dc.tar.gz |
Diffstat (limited to 'build/conf/compilers')
-rw-r--r-- | build/conf/compilers/gnu_compiler.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf index d88d1769b8..57004dec9b 100644 --- a/build/conf/compilers/gnu_compiler.conf +++ b/build/conf/compilers/gnu_compiler.conf @@ -50,6 +50,8 @@ elsewhen ($PIE == "yes") { when ($CLANG16 == "yes") { CFLAGS+=-Wno-array-parameter -Wno-deprecate-lax-vec-conv-all -Wno-unqualified-std-cast-call -Wno-unused-but-set-parameter -Wno-unused-command-line-argument -Wno-unused-but-set-variable -Wno-implicit-function-declaration -Wno-int-conversion -Wno-incompatible-function-pointer-types -Wno-implicit-int -Wno-address-of-packed-member + # naughty, naughty + LDFLAGS+=-L/CLANG16_YES_PLEASE } when ($ARCH_XTENSA == "yes") { |