aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf/compilers
diff options
context:
space:
mode:
authorpg <pg@yandex-team.com>2023-11-30 12:25:45 +0300
committerpg <pg@yandex-team.com>2023-11-30 13:37:00 +0300
commit48c9d1b2fbc2dfd902cdcbde1623bc2c942e0913 (patch)
tree0c05c966a61674149abcce8d24c158239a5939cc /build/conf/compilers
parent3ead31aa7b26ef9e65aa73bbd2282f9119793a29 (diff)
downloadydb-48c9d1b2fbc2dfd902cdcbde1623bc2c942e0913.tar.gz
Diffstat (limited to 'build/conf/compilers')
-rw-r--r--build/conf/compilers/gnu_compiler.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf
index aedbfaeedc..4f22f300db 100644
--- a/build/conf/compilers/gnu_compiler.conf
+++ b/build/conf/compilers/gnu_compiler.conf
@@ -53,10 +53,10 @@ elsewhen ($PIE == "yes") {
LDFLAGS+=-fPIE -pie
}
+CLANG_VER=14
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
+ CLANG_VER=16
}
when ($MSAN_TRACK_ORIGIN == "yes") {