Merge pull request #33 from rex4539/dead-strip

Pass -dead_strip and -dead_strip_dylibs
This commit is contained in:
adityapk00 2020-01-12 15:47:04 -08:00 committed by GitHub
commit bcbf18d1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ DEFINES += \
INCLUDEPATH += src/3rdparty/ INCLUDEPATH += src/3rdparty/
INCLUDEPATH += src/ INCLUDEPATH += src/
LIBS+= -Wl,-dead_strip
LIBS+= -Wl,-dead_strip_dylibs
LIBS+= -Wl,-bind_at_load
RESOURCES = application.qrc RESOURCES = application.qrc
MOC_DIR = bin MOC_DIR = bin