Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 6, 2024
1 parent accdabd commit fa3aeca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,13 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
USE_TLSF
)

if(CMAKE_BUILD_TYPE STREQUAL "Release")
target_compile_definitions(${PROJECT_NAME} PRIVATE
IMGUI_DISABLE_DEBUG_TOOLS
IMGUI_DISABLE_DEMO_WINDOWS
)
endif()

if(MSVC)
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
target_compile_options(${PROJECT_NAME} PRIVATE /MP /wd4996)
Expand Down

0 comments on commit fa3aeca

Please sign in to comment.