Skip to content
Permalink
Browse files
Needed -fPIC for compiling with Tor
  • Loading branch information
sjmurdoch committed Oct 22, 2012
1 parent d4685a3 commit 52dd48278355be4a646e6fa3d3bc7ace866bb7ff
Showing with 1 addition and 1 deletion.
  1. +1 −1 Makefile
@@ -1,6 +1,6 @@
SRCS = utp.cpp utp_utils.cpp
OBJS = utp.o utp_utils.o
CXXFLAGS = -fno-exceptions -fno-rtti -Wall -g
CXXFLAGS = -fno-exceptions -fno-rtti -Wall -fPIC -g

all: libutp.a

0 comments on commit 52dd482

Please sign in to comment.