1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-08 18:26:23 +01:00

Pass -dead_strip and -dead_strip_dylibs on macOS

This commit is contained in:
Dimitris Apostolou 2020-01-12 16:40:51 +02:00
parent ef2b0cfa4a
commit a8618b0471
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A

View File

@ -381,6 +381,9 @@ macx {
QT += macextras
OBJECTIVE_SOURCES += src/qt/macoshelper.mm
LIBS+= -Wl,-dead_strip
LIBS+= -Wl,-dead_strip_dylibs
LIBS+= -Wl,-bind_at_load
LIBS+= \
-L/usr/local/lib \
-L$$OPENSSL_LIBRARY_DIRS \