Force PIC when building the library
This commit is contained in:
parent
392c51233f
commit
3f01b80bda
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
DEPDIR=depends
|
||||
CFLAGS=-c -g -O3 -Wall -Werror -Isrc -Irender
|
||||
CFLAGS=-c -g -O3 -Wall -Werror -Isrc -Irender -fPIC
|
||||
LDFLAGS=-g -O3 -Wall -Werror
|
||||
CC=gcc
|
||||
|
||||
|
|
Loading…
Reference in a new issue