cmake: Remove -nopie, -no-pie should be used instead

This commit is contained in:
Florent Castelli 2017-02-03 23:21:11 +01:00
parent 3dfae32963
commit 8464480ceb
1 changed files with 0 additions and 4 deletions

View File

@ -241,10 +241,6 @@ else()
if(NO_PIE_UPSTREAM)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
endif()
check_c_compiler_flag("-nopie" NO_PIE_PATCHED)
if(NO_PIE_PATCHED)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -nopie")
endif()
endif()
endif()