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
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:
parent
e83b75cdd8
commit
0705580ce8
@ -59,8 +59,9 @@ elseif (${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
|
|||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# remove unreferenced objects, significantly reducing binary and debugsymbol sizes
|
# remove unreferenced objects, reducing binary and debugsymbol sizes
|
||||||
add_link_options("/OPT:REF")
|
# does not work !!! (it actually slightly increased the file size by <1%)
|
||||||
|
# add_link_options("/OPT:REF")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# cmake setup end
|
# cmake setup end
|
||||||
|
2
external/solanaceae_ngc_ft1
vendored
2
external/solanaceae_ngc_ft1
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 489556e322c9f5608d3612fe88f31976d16ad6e9
|
Subproject commit 1efae931d1286907b44c3ae587b58a6f05e0496e
|
Loading…
Reference in New Issue
Block a user