Compare commits

..

No commits in common. "0705580ce8d1d0febe61507c4f668304e40c5fc8" and "c6489584688ea0d88a6b6e3fcffba3f28e952467" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

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

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