Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 766294 | Differences between
and this patch

Collapse All | Expand All

(-)rstudio-1.2.1335-orig/src/cpp/CMakeLists.txt (-1 / +1 lines)
Lines 117-123 Link Here
117
         add_definitions(-O0)
117
         add_definitions(-O0)
118
         add_definitions(-D_GLIBCXX_ASSERTIONS)
118
         add_definitions(-D_GLIBCXX_ASSERTIONS)
119
      endif()
119
      endif()
120
      set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pie -Wl,-z,relro,-z,now")
120
      set(CMAKE_EXE_LINKER_FLAGS "-pie -Wl,-z,relro,-z,now ${CMAKE_EXE_LINKER_FLAGS}")
121
   endif()
121
   endif()
122
122
123
   # other useful gcc diagnostics
123
   # other useful gcc diagnostics

Return to bug 766294