diff options
author | pg <pg@yandex-team.com> | 2023-12-01 18:01:46 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-12-01 22:13:42 +0300 |
commit | 96b262073dfeb845f30bf2487fb1800005947cd8 (patch) | |
tree | 223a9106c382b863558df22918c54169d58ff7ed /build/conf/compilers | |
parent | 271c7e06d30cbe44a3f890dadf1a65a930b50612 (diff) | |
download | ydb-96b262073dfeb845f30bf2487fb1800005947cd8.tar.gz |
Diffstat (limited to 'build/conf/compilers')
-rw-r--r-- | build/conf/compilers/gnu_compiler.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/conf/compilers/gnu_compiler.conf b/build/conf/compilers/gnu_compiler.conf index 4f22f300db..2980617c10 100644 --- a/build/conf/compilers/gnu_compiler.conf +++ b/build/conf/compilers/gnu_compiler.conf @@ -53,10 +53,8 @@ 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 - CLANG_VER=16 } when ($MSAN_TRACK_ORIGIN == "yes") { |