Merge topic 'update-kwsys'
9ba9141e
Merge branch 'upstream-kwsys' into update-kwsysc236691b
KWSys 2014-03-06 (9c653603)
This commit is contained in:
commit
607bb914b5
|
@ -1228,6 +1228,9 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
|
||||||
# Some Apple compilers produce bad optimizations in this source.
|
# Some Apple compilers produce bad optimizations in this source.
|
||||||
IF(APPLE AND "${CMAKE_C_COMPILER_ID}" MATCHES "^(GNU|LLVM)$")
|
IF(APPLE AND "${CMAKE_C_COMPILER_ID}" MATCHES "^(GNU|LLVM)$")
|
||||||
SET_SOURCE_FILES_PROPERTIES(testProcess.c PROPERTIES COMPILE_FLAGS -O0)
|
SET_SOURCE_FILES_PROPERTIES(testProcess.c PROPERTIES COMPILE_FLAGS -O0)
|
||||||
|
ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "XL")
|
||||||
|
# Tell IBM XL not to warn about our test infinite loop
|
||||||
|
SET_PROPERTY(SOURCE testProcess.c PROPERTY COMPILE_FLAGS -qsuppress=1500-010)
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
# Test SharedForward
|
# Test SharedForward
|
||||||
|
|
Loading…
Reference in New Issue