Skip to content
Snippets Groups Projects
Commit 56ca1aeb authored by Tofu Linden's avatar Tofu Linden
Browse files

remove linux linking stats from build process - I added them to help optimize...

remove linux linking stats from build process - I added them to help optimize linking time, but they're noisy and inaccurate in reality.
parent 23877285
No related branches found
No related tags found
No related merge requests found
...@@ -171,8 +171,8 @@ if (LINUX) ...@@ -171,8 +171,8 @@ if (LINUX)
if (NOT STANDALONE) if (NOT STANDALONE)
# this stops us requiring a really recent glibc at runtime # this stops us requiring a really recent glibc at runtime
add_definitions(-fno-stack-protector) add_definitions(-fno-stack-protector)
# linking can be so slow - give us a chance to figure out why # linking can be very memory-hungry, especially the final viewer link
set(CMAKE_CXX_LINK_FLAGS "-Wl,--stats,--no-keep-memory") set(CMAKE_CXX_LINK_FLAGS "-Wl,--no-keep-memory")
endif (NOT STANDALONE) endif (NOT STANDALONE)
endif (VIEWER) endif (VIEWER)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment