Commits


Uwe L. Korn authored and Wes McKinney committed 0bdfd5efb2d
ARROW-538: [C++] Set up AddressSanitizer (ASAN) builds Most of the infrastructure was already in place, only needed to fix the gtest build. We will now build with AddressSanitizer activated on OSX. Author: Uwe L. Korn <uwelk@xhochy.com> Closes #324 from xhochy/ARROW-538 and squashes the following commits: c2f8dda [Uwe L. Korn] Don't run AddressSanitizer on Travis f6b65e5 [Uwe L. Korn] Explicitly detected 3.6 8a20d91 [Uwe L. Korn] Log detected COMPILER_VERSION in error message acf3f69 [Uwe L. Korn] ARROW-538: [C++] Set up AddressSanitizer (ASAN) builds