feat add CMAKE_POSITION_INDEPENDENT_CODE
This commit is contained in:
parent
5b45b01611
commit
26c643d026
@ -12,6 +12,7 @@ endif()
|
||||
# set(CMAKE_C_FLAGS "-gdwarf-3 -gstrict-dwarf") set(CMAKE_CXX_FLAGS "-gdwarf-3
|
||||
# -gstrict-dwarf")
|
||||
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
option(SLED_BUILD_BENCHMARK "Build benchmark" OFF)
|
||||
option(SLED_BUILD_TESTS "Build tests" OFF)
|
||||
option(SLED_BUILD_FUZZ "Build fuzzer test" OFF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user