From bfac93eb4f5c9a0800427681edcc1568032d6c63 Mon Sep 17 00:00:00 2001 From: Exverge Date: Fri, 31 Jul 2026 14:40:47 -0400 Subject: [PATCH] ci symbol names i unfortuantely don't have the space for another whole toolchain + deps on a windows vm --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa3eaa82c8..146775ffec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,9 @@ # SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project # SPDX-License-Identifier: GPL-3.0-or-later +# TODO: remove this +set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE) + cmake_minimum_required(VERSION 3.31) project(yuzu)