-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60546/
-----------------------------------------------------------
(Updated July 5, 2017, 4:06 p.m.)
Review request for mesos, Andrew Schwartzmeyer, Benjamin Bannier, and Joseph Wu.
Changes
-------
Use CHECK_CXX_COMPILER_FLAG to detect support for stack protectors and add more
documentation surrounding why we want position independent code.
Bugs: MESOS-7737
https://issues.apache.org/jira/browse/MESOS-7737
Repository: mesos
Description
-------
Apply stack protectors (stronger stack protectors with newer compilers),
position independent code suitable for linking into executables, security
warnings, and generate position independent executables.
Diffs (updated)
-----
cmake/CompilationConfigure.cmake 3fa2e2f3b
cmake/MesosConfigure.cmake 5ecad2c0f
Diff: https://reviews.apache.org/r/60546/diff/2/
Changes: https://reviews.apache.org/r/60546/diff/1-2/
Testing
-------
`mkdir build && cd build && cmake .. && make -j$(nproc) && make check
-j$(nproc)`
Thanks,
Aaron Wood