diff options
| author | robot-piglet <[email protected]> | 2024-07-02 00:33:01 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-02 00:44:20 +0300 | 
| commit | bc3f0aedccfabb25a5bf14f023401837907a12a7 (patch) | |
| tree | e23d87942f8112cad6d6d81b23934c5892f5cd93 /contrib/libs/cxxsupp/openmp | |
| parent | 3c400ef0f317f1be40b00b45f36636537b37abde (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/libs/cxxsupp/openmp')
| -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 897aa1bd85e..5ab68e3978b 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 | 
