Skip to content

Commit

Permalink
Force rdynamic in .so
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Jan 9, 2024
1 parent c9fdb24 commit efbaca7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AmateurDSN.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ DEFINES += AMATEURDSN_LIBRARY
CONFIG += c++11
CONFIG += unversioned_libname unversioned_soname

unix: QMAKE_LFLAGS += -rdynamic

isEmpty(PLUGIN_DIRECTORY) {
_HOME = $$(HOME)
isEmpty(_HOME) {
Expand Down

0 comments on commit efbaca7

Please sign in to comment.