MAPREDUCE-6459. Native task crashes when merging spilled file on ppc64. Contributed by Tao Jie and Ayappan.
This commit is contained in:
parent
e6f6682aa8
commit
035d46836b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user