Buildbot: Usable PIE

Makes it impossible to run from GUI on certain platforms, see T56628.
This commit is contained in:
Sergey Sharybin 2018-08-31 17:05:51 +02:00
parent d9b9a46aa3
commit 8a3b548cb2
Notes: blender-bot 2023-02-14 05:22:12 +01:00
Referenced by issue #56655, Various scenes crash on F12 rendering in newer builds of master.
1 changed files with 1 additions and 1 deletions

View File

@ -185,4 +185,4 @@ set(PCRE_LIBRARY "${LIBDIR}/opencollada/lib/libpcre.a" CACHE STRING
endif()
# Additional linking libraries
set(CMAKE_EXE_LINKER_FLAGS "-lrt -static-libstdc++" CACHE STRING "" FORCE)
set(CMAKE_EXE_LINKER_FLAGS "-lrt -static-libstdc++ -no-pie" CACHE STRING "" FORCE)