mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Compile with -fPIC so that we can build shared libraries.
This commit is contained in:
parent
661d7b06c1
commit
1662f086c7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
FLAGS_COMMON:=-Wall -Wno-unused
|
||||
FLAGS_COMMON:=-Wall -Wno-unused -fPIC
|
||||
FLAGS_PROD:=-DNDEBUG -O2 -march=native
|
||||
FLAGS_DEBUG:=-DVERIFY -ggdb3 -O1
|
||||
FLAGS_TEST:=-DVERIFY -ggdb3 -O2 -march=native
|
||||
|
|
Loading…
Add table
Reference in a new issue