Skip to content

Commit

Permalink
DONT MERGE add DEBUG_
Browse files Browse the repository at this point in the history
  • Loading branch information
baggins183 committed Oct 7, 2024
1 parent 661eece commit be8a4cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ 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.
Expand Down

0 comments on commit be8a4cd

Please sign in to comment.