Skip to content

Commit

Permalink
add -fPIC build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
spebern committed Jun 1, 2018
1 parent 49c7a74 commit fade00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOGET=$(GOCMD) get
BINARY_NAME=goburstpool

CC=gcc
CFLAGS=$(OSFLAGS) -Wall -m64 -O3 -mtune=native
CFLAGS=$(OSFLAGS) -Wall -m64 -O3 -mtune=native -fPIC

.PHONY: libs mocks

Expand Down

0 comments on commit fade00d

Please sign in to comment.