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)