mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Don't use -fPIC
`-fPIC` is only useful when building shared libraries.
This commit is contained in:
parent
85a820918f
commit
f0258cf2d9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user