Don't use -fPIC

`-fPIC` is only useful when building shared libraries.
This commit is contained in:
darealshinji 2015-09-18 23:03:50 +02:00
parent 85a820918f
commit f0258cf2d9
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