Skip to content

Commit

Permalink
Merge pull request #13
Browse files Browse the repository at this point in the history
010a215 pro: link against libunwind (redfish)
74a9065 pro: option for static build (redfish)
  • Loading branch information
fluffypony committed Sep 10, 2016
2 parents a71fb0d + 010a215 commit 70397e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion monero-core.pro
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ win32 {
}

linux {
CONFIG(static) {
LIBS+= -Wl,-Bstatic
}
LIBS+= \
-Wl,-Bstatic \
-lboost_serialization \
-lboost_thread \
-lboost_system \
Expand All @@ -82,6 +84,7 @@ linux {
-lssl \
-lcrypto \
-Wl,-Bdynamic \
-lunwind \
-ldl
}

Expand Down

0 comments on commit 70397e2

Please sign in to comment.