Compare commits

...

2 Commits

Author SHA1 Message Date
0705580ce8
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
2024-07-15 14:57:46 +02:00
e83b75cdd8
optimize windows for size 2024-07-15 12:10:43 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,10 @@ elseif (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
endif()
# 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