folly: don't inline functions with ASAN disabled
authorAndrew Gallagher <agallagher@fb.com>
Tue, 10 Sep 2013 20:22:22 +0000 (13:22 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 22 Sep 2013 23:39:56 +0000 (16:39 -0700)
commit95201d11af705ab3b0b383d13019b0120218f1e6
treedd06b516576741d2930933f3347ff958ec84cda4
parent6a7ee8aa35cde364801f1b2b79d28eb4389cab29
folly: don't inline functions with ASAN disabled

Summary:
The address sanitizer disabling attribute has some issues in gcc when
the function is inlined.

Test Plan: Built and ran tao tests with ASAN.

Reviewed By: philipp@fb.com

FB internal diff: D962930
folly/FBString.h
folly/Portability.h