MAPREDUCE-6459. Native task crashes when merging spilled file on ppc64. Contributed by Tao Jie and Ayappan.

This commit is contained in:
Akira Ajisaka 2017-05-17 07:50:29 -04:00
parent e6f6682aa8
commit 035d46836b
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -26,7 +26,7 @@ set(GTEST_SRC_DIR ${CMAKE_SOURCE_DIR}/../../../../hadoop-common-project/hadoop-c
# Add extra compiler and linker flags.
# -Wno-sign-compare
hadoop_add_compiler_flags("-DNDEBUG -DSIMPLE_MEMCPY -fno-strict-aliasing")
hadoop_add_compiler_flags("-DNDEBUG -DSIMPLE_MEMCPY -fno-strict-aliasing -fsigned-char")
# Source location.
set(SRC main/native)