diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 11:43:00 +0300 |
commit | 42f6e0ffddb92ca389ac4bcd01acb0caa905c6df (patch) | |
tree | 6686ff11d0f47de24bfd487d00002ea3fb732490 /contrib/libs/cxxsupp | |
parent | ae944dbe1a985556fe224f49a2b1ea85147a07fe (diff) | |
download | ydb-42f6e0ffddb92ca389ac4bcd01acb0caa905c6df.tar.gz |
intermediate changes
ref:fb678b285db60965c2b65db96852ae4cfb5879d6
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/openmp/ya.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make index 9d58259012..62706f5813 100644 --- a/contrib/libs/cxxsupp/openmp/ya.make +++ b/contrib/libs/cxxsupp/openmp/ya.make @@ -34,9 +34,10 @@ NO_UTIL() CFLAGS( -fno-exceptions - -fno-lto ) +SET_APPEND(CFLAGS -fno-lto) + COMPILE_C_AS_CXX() IF (SANITIZER_TYPE == thread) |