From 563d5a5ceec3b21c55803971a4c55781301cd7fc Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 3 May 2022 13:49:05 +0100 Subject: [PATCH] Make clang on Windows use /Debug --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9dc5e93..9a5bb26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,7 +244,7 @@ function(add_warning_flags name) $<$:-Wsign-conversion -Wconversion>) target_link_options(${name} PRIVATE $<$:-Wl,--no-undefined> - $<$:$<${ci_or_debug}:/DEBUG>>) + $<$:$<${ci_or_debug}:/DEBUG>>) endfunction()