Commits


Wes McKinney authored and Sutou Kouhei committed 8daf7560a82
ARROW-9446: [C++] Add compiler id, version, and build flags to BuildInfo Example output: ``` In [1]: pa.show_versions() pyarrow version info -------------------- Package kind: not indicated Arrow C++ library version: 1.0.0-SNAPSHOT Arrow C++ compiler: GNU 8.4.0 Arrow C++ compiler flags: -fdiagnostics-color=always -O3 -DNDEBUG Arrow C++ git revision: feda9877f8145aebf907c61a24640735a968a230 Arrow C++ git description: apache-arrow-0.17.0-708-gfeda9877f-dirty ``` Closes #7738 from wesm/cxxflags-build-info Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>