Merge pull request #32 from darealshinji/patch-1

Don't use -fPIC
This commit is contained in:
Thomas Goyne 2015-09-19 17:11:38 +02:00
commit 7eb2504dbb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ aegisub_OBJ += $(d)common/dispatch.o
endif
aegisub_PCH := $(d)lagi_pre.h
aegisub_CPPFLAGS := -I$(d)include -I$(TOP) -fPIC $(CPPFLAGS_BOOST) $(CFLAGS_LUA)
aegisub_CPPFLAGS := -I$(d)include -I$(TOP) $(CPPFLAGS_BOOST) $(CFLAGS_LUA)
$(d)common/charset_conv.o_FLAGS := $(CFLAGS_ICONV)
$(d)common/parser.o_FLAGS := -ftemplate-depth=256