Skip to content

Commit

Permalink
Buildbot: Usable PIE
Browse files Browse the repository at this point in the history
Makes it impossible to run from GUI on certain platforms, see T56628.
  • Loading branch information
sergeyvfx committed Aug 31, 2018
1 parent d9b9a46 commit 8a3b548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_files/buildbot/config/blender_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8a3b548

Please sign in to comment.