----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44785/#review123413 -----------------------------------------------------------
src/python/native_common/ext_modules.py.in (line 128) <https://reviews.apache.org/r/44785/#comment185678> Could we instead make that decision based on the tool used instead of just the platform? LLVM's lld supports `--as-needed` now, or a user could link with gcc (e.g., via homebrew). - Benjamin Bannier On March 14, 2016, 3:21 p.m., Steve Niemitz wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44785/ > ----------------------------------------------------------- > > (Updated March 14, 2016, 3:21 p.m.) > > > Review request for mesos, Ben Mahler and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Don't use --as-needed on OSX. > > > Diffs > ----- > > src/python/native_common/ext_modules.py.in > 0a005dc5746aec428be6dbaf02e58f293d87a05c > > Diff: https://reviews.apache.org/r/44785/diff/ > > > Testing > ------- > > > Thanks, > > Steve Niemitz > >
