From 281650a5a4d578d505f2f3020ba08f22616b3c39 Mon Sep 17 00:00:00 2001 From: bneradt Date: Fri, 2 Jan 2026 12:46:33 -0600 Subject: [PATCH] Do not merge: testing 11-Dev ci --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fed1b99108..f518c24624c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,8 @@ # ####################### +# newline + # Adjust default RelWithDebInfo flags to be in line with "Release with Debug". # The default RelWithDebInfo uses -O2, but Release uses -O3. This difference can be astonishing to users set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O3 -g -DNDEBUG")