mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Use -Wl,--pic-veneer
instead of -fno-optimize-sibling-calls
in Makefile.vita
This commit is contained in:
parent
06eabf2d13
commit
665d930823
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@ ifeq ($(HAVE_VITAGLES), 1)
|
|||
ARCHFLAGS += -DSCE_LIBC_SIZE=$(SCE_LIBC_SIZE)
|
||||
endif
|
||||
|
||||
CFLAGS += $(ARCHFLAGS) -mword-relocations -fno-optimize-sibling-calls
|
||||
CFLAGS += $(ARCHFLAGS) -mword-relocations
|
||||
|
||||
ifeq ($(DEBUG), 1)
|
||||
CFLAGS += -g -Og
|
||||
|
@ -147,7 +147,7 @@ else
|
|||
endif
|
||||
|
||||
ASFLAGS := $(CFLAGS)
|
||||
LDFLAGS := -Wl,-q
|
||||
LDFLAGS := -Wl,-q,--pic-veneer
|
||||
|
||||
CFLAGS += -Wall -ffast-math
|
||||
CFLAGS += -DRARCH_INTERNAL -DHAVE_SCREENSHOTS -DRARCH_CONSOLE
|
||||
|
|
Loading…
Add table
Reference in a new issue