vengi
vengi copied to clipboard
CI: bus error 10 (out of memory) on clang macosx
getting a bus error 10 report during lto when compiling on osx.
https://developer.apple.com/forums/thread/697492
set(PLATFORM_LINKFLAGS "${PLATFORM_LINKFLAGS} -Xlinker -stack_size -Xlinker 0x100000")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${PLATFORM_LINKFLAGS}")
this is fixed now - see the latest mentioned commit