Gawain BOLTON created ARROW-6992:
------------------------------------
Summary: [C++]: Undefined Behavior sanitizer build option fails
with GCC
Key: ARROW-6992
URL: https://issues.apache.org/jira/browse/ARROW-6992
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Gawain BOLTON
Then build with the "undefined behaviour sanitizer" option
(-DARROW_USE_UBSAN=ON) the compilation fails with GCC:
{noformat}
c++: error: unrecognized argument to ‘-fno-sanitize=’ option:
‘function’{noformat}
It appears that GCC has never had a "-fsanitize=function" option.
I have fixed this issue and will submit a PR.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)