Skip to content

Commit

Permalink
mingw optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 6, 2023
1 parent f633998 commit 3b5ab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ if(MINGW)
set(CMAKE_CXX_FLAGS_MINSIZEREL "${CMAKE_CXX_FLAGS_MINSIZEREL} ${FLAGS_MINSIZEREL}")
set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL "${CMAKE_EXE_LINKER_FLAGS_MINSIZEREL} ${LINKER_FLAGS_MINSIZEREL}")
set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL} ${LINKER_FLAGS_MINSIZEREL}")

message("MINGW OPTIMIZATIONS: ON")
endif()

if(NOT BUILD_SDL)
Expand Down

0 comments on commit 3b5ab8c

Please sign in to comment.