Skip to content

Commit

Permalink
🔨 Use -fPIC
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 7, 2019
1 parent 010a7a1 commit 112a490
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 @@ -70,7 +70,7 @@ ifeq ($(OS), Windows)
LIBFLAGS = -NOLOGO -OUT:$(TARGET) -machine:X$(CL_ARCH)
else
CXX = g++
CXXFLAGS = -O3 $(DEFINES)
CXXFLAGS = -O3 -fPIC $(DEFINES)
LIBAPP = ar
LIBFLAGS = rcs $(TARGET)
endif
Expand Down

0 comments on commit 112a490

Please sign in to comment.