Skip to content

Commit

Permalink
Build with -rdynamic (vesoft-inc#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutor authored and xuguruogu committed Jul 27, 2020
1 parent 17d5dc1 commit 46583f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ include(LinkerConfig)
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libstdc++")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rdynamic")

set(CMAKE_SKIP_RPATH TRUE)

Expand Down

0 comments on commit 46583f8

Please sign in to comment.