more ngcft improvement
Some checks failed
ContinuousDelivery / windows (push) Waiting to run
ContinuousDelivery / release (push) Blocked by required conditions
ContinuousIntegration / macos (push) Waiting to run
ContinuousIntegration / windows (push) Waiting to run
ContinuousDelivery / linux-ubuntu (push) Failing after 2m59s
ContinuousIntegration / linux (push) Successful in 2m35s
ContinuousIntegration / android (push) Failing after 4m32s

This commit is contained in:
Green Sky 2024-07-15 14:57:46 +02:00
parent e83b75cdd8
commit 0705580ce8
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -59,8 +59,9 @@ elseif (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
endif()
# remove unreferenced objects, significantly reducing binary and debugsymbol sizes
add_link_options("/OPT:REF")
# remove unreferenced objects, reducing binary and debugsymbol sizes
# does not work !!! (it actually slightly increased the file size by <1%)
# add_link_options("/OPT:REF")
endif()
# cmake setup end

@ -1 +1 @@
Subproject commit 489556e322c9f5608d3612fe88f31976d16ad6e9
Subproject commit 1efae931d1286907b44c3ae587b58a6f05e0496e