diff options
| author | dpalermo <dan.palermo@amd.com> | 2025-08-21 21:54:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-21 21:54:58 -0500 |
| commit | d26ea02060b1c9db751d188b2edb0059a9eb273d (patch) | |
| tree | 1dfe447a4fba89f6fa5bd982d4436ee4f67c939b /openmp | |
| parent | f1f194bf10e6ce180bbb199fa219c4d1ec67290f (diff) | |
Revert "Fix Debug Build Using GCC 15" (#154877)
Reverts llvm/llvm-project#152223
Diffstat (limited to 'openmp')
| -rw-r--r-- | openmp/runtime/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/CMakeLists.txt b/openmp/runtime/src/CMakeLists.txt index 71eab0eedcce..08e1753b9363 100644 --- a/openmp/runtime/src/CMakeLists.txt +++ b/openmp/runtime/src/CMakeLists.txt @@ -168,7 +168,7 @@ endif() # Disable libstdc++ assertions, even in an LLVM_ENABLE_ASSERTIONS build, to # avoid an unwanted dependency on libstdc++.so. if(NOT WIN32) - add_definitions(-U_GLIBCXX_ASSERTIONS -D_GLIBCXX_NO_ASSERTIONS) + add_definitions(-U_GLIBCXX_ASSERTIONS) endif() # Add the OpenMP library |
