Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -fsized-deallocation compile option (#9218)
Summary: Fb-thrift uses C++17's `operator delete`, which requires `-fsized-deallocation` when building c++ source code with clang and libstdc++. https://github.com/facebook/hhvm/blob/9832791642981d582d0f29c6d89dba2c879cc43d/third-party/thrift/src/thrift/lib/cpp/ContextStack.cpp#L229-L230 X-link: facebook/hhvm#9218 Differential Revision: D39707592 Pulled By: Atry fbshipit-source-id: 8c1a4251e48b8802aab1606f50a972ca945b7da2
- Loading branch information