mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
Merge pull request #1474 from rex4539/dead-strip
Pass -dead_strip -dead_strip_dylibs -bind_at_load on macOS
This commit is contained in:
commit
d09c3ccb2d
@ -210,6 +210,9 @@ macx {
|
|||||||
LIBS += $$BOOSTROOT/lib/libboost_filesystem.a
|
LIBS += $$BOOSTROOT/lib/libboost_filesystem.a
|
||||||
LIBS += $$BOOSTROOT/lib/libboost_program_options.a
|
LIBS += $$BOOSTROOT/lib/libboost_program_options.a
|
||||||
LIBS += $$UPNPROOT/lib/libminiupnpc.a
|
LIBS += $$UPNPROOT/lib/libminiupnpc.a
|
||||||
|
LIBS += -Wl,-dead_strip
|
||||||
|
LIBS += -Wl,-dead_strip_dylibs
|
||||||
|
LIBS += -Wl,-bind_at_load
|
||||||
}
|
}
|
||||||
|
|
||||||
linux:!android {
|
linux:!android {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user