-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64743/
-----------------------------------------------------------
(Updated Dec. 21, 2017, 1:47 a.m.)
Review request for mesos, Andrew Schwartzmeyer and Benjamin Bannier.
Bugs: MESOS-8348
https://issues.apache.org/jira/browse/MESOS-8348
Repository: mesos
Description (updated)
-------
If we tell the compiler to place each function in a separate
section, this allows the linker to garbage collect unused
sections. This significantly decreases the size of the final
build artifacts and provides some modest improvements in build
times.
Diffs (updated)
-----
cmake/CompilationConfigure.cmake dc9dc161dce1c714748bcec2fc15c4fbfbccaec2
configure.ac 5ffc33a6b9495db64f1ec164ed96f3faea620348
Diff: https://reviews.apache.org/r/64743/diff/2/
Changes: https://reviews.apache.org/r/64743/diff/1-2/
Testing
-------
make check
Thanks,
James Peach