-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64743/
-----------------------------------------------------------
(Updated Jan. 9, 2018, 6:40 p.m.)
Review request for mesos, Andrew Schwartzmeyer and Benjamin Bannier.
Bugs: MESOS-8348
https://issues.apache.org/jira/browse/MESOS-8348
Repository: mesos
Description
-------
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 0ae05047265e33aefab6eef67a4243b6b00f0318
configure.ac b6eb98bfe5539c68a416831c36c182ee907d9421
docs/configuration/autotools.md c6ac196fd5023391143313821185cac096b41a2b
docs/configuration/cmake.md 5364b1e0398e8e774c89993bd7404c32abe3bedc
Diff: https://reviews.apache.org/r/64743/diff/6/
Changes: https://reviews.apache.org/r/64743/diff/5-6/
Testing
-------
make check
Thanks,
James Peach