Skip to content

Commit

Permalink
Remove redundant flag setting
Browse files Browse the repository at this point in the history
  • Loading branch information
st0rmbtw committed Jun 15, 2024
1 parent a5a224d commit 9686efb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,6 @@ if(WIN32)
endif(MSVC)
endif(WIN32)

if(MSVC)
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /DLLGL_DEBUG")
else()
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DLLGL_DEBUG")
endif()

ADD_DEBUG_DEFINE(LLGL_DEBUG)

if(LLGL_MOBILE_PLATFORM)
Expand Down

0 comments on commit 9686efb

Please sign in to comment.