Compile with -fPIC so that we can build shared libraries.

This commit is contained in:
Matt Corallo 2013-03-29 21:24:12 -04:00
parent 661d7b06c1
commit 1662f086c7
1 changed files with 1 additions and 1 deletions

View File

@ -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