-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60546/
-----------------------------------------------------------
Review request for mesos, Andrew Schwartzmeyer and Joseph Wu.
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
-----
cmake/CompilationConfigure.cmake 3fa2e2f3b
cmake/MesosConfigure.cmake 5ecad2c0f
Diff: https://reviews.apache.org/r/60546/diff/1/
Testing
-------
`mkdir build && cd build && cmake .. && make -j$(nproc) && make check
-j$(nproc)`
Thanks,
Aaron Wood