diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-02 00:33:01 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-02 00:44:20 +0300 |
commit | bc3f0aedccfabb25a5bf14f023401837907a12a7 (patch) | |
tree | e23d87942f8112cad6d6d81b23934c5892f5cd93 | |
parent | 3c400ef0f317f1be40b00b45f36636537b37abde (diff) | |
download | ydb-bc3f0aedccfabb25a5bf14f023401837907a12a7.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/libs/cxxsupp/openmp/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make index 897aa1bd85..5ab68e3978 100644 --- a/contrib/libs/cxxsupp/openmp/ya.make +++ b/contrib/libs/cxxsupp/openmp/ya.make @@ -50,6 +50,7 @@ ENDIF() # Instead, we make this opt-in via a `ymake` variable to avoid accidentally releasing a relwithdebinfo binary # with KMP_DEBUG enabled. Note that the `ymake` variable is called OPENMP_DEBUG for clarity, since no one # really knows what KMP is. + IF (OPENMP_DEBUG) CFLAGS( -DKMP_DEBUG=1 |