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 committed by Xiaoyu Yao
parent f560d46e3a
commit d423ac2604
1 changed files with 1 additions and 1 deletions

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)