Skip to content

Commit ba06d5a

Browse files
committed
Merge branch 'Template' into github-actions
2 parents 0a4e6a5 + 565bbb0 commit ba06d5a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ endif()
9898
set_target_properties(${PROJECT_NAME} PROPERTIES
9999
BUILD_RPATH "$ORIGIN:$ORIGIN/../lib/${PROJECT_NAME}:/usr/lib/${PROJECT_NAME}"
100100
)
101-
if(CMAKE_BUILD_TYPE STREQUAL Release AND NOT INCLUDE_DEBUGGING_IN_RELEASE)
102-
target_compile_definitions(${PROJECT_NAME} PRIVATE -DCMAKE_RELEASE_BUILD)
103-
endif()
104101
target_compile_definitions(${PROJECT_NAME} PRIVATE CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE})
105102
target_include_directories(${PROJECT_NAME} PRIVATE ${raylib_SOURCE_DIR}/src)
106103
target_link_libraries(${PROJECT_NAME} raylib)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ completely, and let CMake use the default values for them.
5050
will be placed in the same directory or not, when using a multi-config generator.
5151
* `-DINCLUDE_TERMINAL_IN_RELEASE_WINDOWS=ON` - Allows you to include terminal when building in Release mode. Windows only.
5252
* `-DNO_PRECOMPILED_HEADERS=ON` - Whether or not project headers will be pre-compiled before the rest of the code.
53-
* `-DINCLUDE_DEBUGGING_IN_RELEASE=ON` - Keep code that's meant for debugging, in Release mode
5453

5554
### Notes
5655

0 commit comments

Comments
 (0)