Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bittorrent/libutp
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazel committed Nov 20, 2010
2 parents 98c1f84 + 83ab198 commit f026d92
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 @@ -12,4 +12,4 @@ utp:=utp.cpp utp_utils.cpp
cflags:=-fno-exceptions -fno-rtti

libutp.so:
g++ -Wall -ansi --shared -o libutp.so -g $(utp) -DPOSIX -I . -I utp_config_lib $(libs) $(cflags)
g++ -Wall -ansi -fPIC --shared -o libutp.so -g $(utp) -DPOSIX -I . -I utp_config_lib $(libs) $(cflags)

0 comments on commit f026d92

Please sign in to comment.