Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from rex4539/dead-strip
Browse files Browse the repository at this point in the history
Pass -dead_strip and -dead_strip_dylibs
  • Loading branch information
adityapk00 authored Jan 12, 2020
2 parents d0819d7 + cef0ff5 commit bcbf18d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zecwallet-lite.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ DEFINES += \
INCLUDEPATH += src/3rdparty/
INCLUDEPATH += src/

LIBS+= -Wl,-dead_strip
LIBS+= -Wl,-dead_strip_dylibs
LIBS+= -Wl,-bind_at_load

RESOURCES = application.qrc

MOC_DIR = bin
Expand Down

0 comments on commit bcbf18d

Please sign in to comment.