Merge topic 'aix-release-bmaxdata'

084c5af Utilities/Release: Link AIX binary with large maxdata
This commit is contained in:
Brad King
2012-09-11 15:01:22 -04:00
committed by CMake Topic Stage

View File

@@ -7,6 +7,7 @@ set(MAKE_PROGRAM "make")
set(CC "xlc_r")
set(CXX "xlC_r")
set(FC "xlf")
set(LDFLAGS "-Wl,-bmaxdata:0x80000000") # Push "Segmentation fault in extend_brk" over horizon
set(INITIAL_CACHE "
CMAKE_BUILD_TYPE:STRING=Release
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE