mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
Pass -dead_strip and -dead_strip_dylibs on macOS
This commit is contained in:
parent
ef2b0cfa4a
commit
a8618b0471
@ -381,6 +381,9 @@ macx {
|
|||||||
|
|
||||||
QT += macextras
|
QT += macextras
|
||||||
OBJECTIVE_SOURCES += src/qt/macoshelper.mm
|
OBJECTIVE_SOURCES += src/qt/macoshelper.mm
|
||||||
|
LIBS+= -Wl,-dead_strip
|
||||||
|
LIBS+= -Wl,-dead_strip_dylibs
|
||||||
|
LIBS+= -Wl,-bind_at_load
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
-L/usr/local/lib \
|
-L/usr/local/lib \
|
||||||
-L$$OPENSSL_LIBRARY_DIRS \
|
-L$$OPENSSL_LIBRARY_DIRS \
|
||||||
|
Loading…
Reference in New Issue
Block a user