Skip to content

Commit af0a28d

Browse files
Remove this derp too.
1 parent 631543a commit af0a28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ifneq (,$(findstring unix,$(platform)))
117117
fpic := -fPIC
118118
SHARED := -shared -Wl,--version-script=src/osd/retro/link.T -Wl,--no-undefined
119119
CCOMFLAGS += $(fpic) -fsigned-char -finline -fno-common -fno-builtin -fweb -frename-registers -falign-functions=16
120-
PLATCFLAGS += -DALIGN_INTS -DALIGN_SHORTS -fstrict-aliasing -fno-merge-constants $(fpic)
120+
PLATCFLAGS += -DALIGN_INTS -DALIGN_SHORTS -fstrict-aliasing -fno-merge-constants
121121
ifeq ($(VRENDER),opengl)
122122
PLATCFLAGS += -DHAVE_OPENGL
123123
LIBS += -lGL

0 commit comments

Comments
 (0)