Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test that sized deallocation really works before enabling it
Weirdly, some OSX compiler does allow -fsized-deallocation, yet barks on any attempt to actually use it at compile time (!). So lets detect this as well in configure and opt out as necessary. Should fix issue gperftools#870.
- Loading branch information