[nostalgia/studio] Get save working
This commit is contained in:
@@ -6,6 +6,11 @@ target_link_libraries(
|
||||
NostalgiaPack
|
||||
)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
# enable LTO
|
||||
set_property(TARGET nost-pack PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
|
||||
install(
|
||||
TARGETS
|
||||
nost-pack
|
||||
|
Reference in New Issue
Block a user