From 50e8998c2b517982c61759f90b40f92ca2e42519 Mon Sep 17 00:00:00 2001 From: Frodo Baggins Date: Mon, 21 Oct 2024 22:37:14 -0700 Subject: [PATCH] remove CMakeLists change --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac81009ba..04bd6a331 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,10 +15,6 @@ if (NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE Release) endif() -if (CMAKE_BUILD_TYPE STREQUAL "Debug") - add_compile_definitions(_DEBUG) -endif() - project(shadPS4) # Forcing PIE makes sure that the base address is high enough so that it doesn't clash with the PS4 memory.