Browse Source

Pass -dead_strip and -dead_strip_dylibs (ZcashFoundation#215)

pull/78/head
DenioD 4 years ago
parent
commit
2b49426889
  1. 4
      silentdragon-lite.pro

4
silentdragon-lite.pro

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

Loading…
Cancel
Save