Commits


Benjamin Kietzman authored and Wes McKinney committed c39db631f74
ARROW-4082: [C++] Allow RelWithDebInfo, improve FindClangTools SetupCxxFlags.cmake does not list "RELWITHDEBINFO" in the final flag setup, so cmake will error out if that build config is selected. It's handy for quick debugging without switching your python build etc over to "DEBUG". FindClangTools.cmake could check the version of 'clang-format' (no version suffix) to see if it satisfies a version requirement. Also the doccomment lists the incorrect variable name for the hint path Author: Benjamin Kietzman <bengilgit@gmail.com> Closes #3227 from bkietz/ARROW-4082-tweak-cmake and squashes the following commits: 15526cf01 <Benjamin Kietzman> allow RelWithDebInfo, improve FindClangTools