From 7fb01674b7009cf9873295f12c53bd758679bed8 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Mon, 22 Dec 2025 05:06:47 +0000 Subject: [PATCH] Switch to RelWithDebInfo build type --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index e207c5f..811fd40 100755 --- a/build +++ b/build @@ -2,5 +2,5 @@ CMAKE_BUILD_DIR=cmake-build -cmake -S . -B $CMAKE_BUILD_DIR -G Ninja +cmake -S . -B $CMAKE_BUILD_DIR -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo cmake --build $CMAKE_BUILD_DIR