-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53769/
-----------------------------------------------------------
Review request for mesos, Alex Clemmer and Joris Van Remoortere.
Bugs: MESOS-5792
https://issues.apache.org/jira/browse/MESOS-5792
Repository: mesos
Description
-------
Leveldb is built statically (this is not configurable).
This supplies the `-fPIC` compiler option as well as the default
options used by leveldb (`-O2 -g`).
Diffs
-----
3rdparty/CMakeLists.txt 770a3828a6e0ffaa4f185392fdc1a2152446449d
Diff: https://reviews.apache.org/r/53769/diff/
Testing
-------
cmake ..
make
Thanks,
Joseph Wu