-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64743/
-----------------------------------------------------------
(Updated Jan. 4, 2018, 9:48 p.m.)
Review request for mesos, Andrew Schwartzmeyer and Benjamin Bannier.
Changes
-------
Added build configuration to enable this.
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
Diff: https://reviews.apache.org/r/64743/diff/4/
Changes: https://reviews.apache.org/r/64743/diff/3-4/
Testing
-------
make check
Thanks,
James Peach