From b0fa60ae17e95e1e24f5a0b71a25b8ab9e92671d Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Fri, 20 Jun 2025 21:44:56 +0200 Subject: [PATCH] cmake: Enable DEBUG flag for Swift --- cmake/macos/compilerconfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macos/compilerconfig.cmake b/cmake/macos/compilerconfig.cmake index de460c33d..2e41fba51 100644 --- a/cmake/macos/compilerconfig.cmake +++ b/cmake/macos/compilerconfig.cmake @@ -88,7 +88,7 @@ string(APPEND CMAKE_OBJCXX_FLAGS_RELEASE " -g") # * -Wno-non-virtual-dtor add_compile_definitions( - $<$>:$<$:DEBUG>> + $<$:DEBUG> $<$>:$<$:_DEBUG>> $<$>:SIMDE_ENABLE_OPENMP> )