mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
add optimization to cmake build
This commit is contained in:
@ -43,4 +43,6 @@ link_libraries(${SDL2_LIBRARIES})
|
||||
add_executable(${PROJECT_WX} ${SOURCES})
|
||||
target_link_libraries(${PROJECT_WX})
|
||||
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
|
||||
install(TARGETS ${PROJECT_WX} RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
Reference in New Issue
Block a user