-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68250/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier and James Peach.
Bugs: MESOS-9137
https://issues.apache.org/jira/browse/MESOS-9137
Repository: mesos
Description
-------
Since gRPC does not use Autotools, we have to manually pass compiler and
linker flags when issuing `make` to make the build flags consistent with
the Mesos build that initiate the gRPC bundle build.
With this fix, Mesos can be configured as follows to enable thread
sanitizer:
CFLAGS='-fsanitize=thread'
CXXFLAGS='-fsanitize=thread'
LDFLAGS='-fsanitize=thread'
Diffs
-----
3rdparty/Makefile.am 6476b043090b24e8a70982a887b21096752b5581
Diff: https://reviews.apache.org/r/68250/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao