mirror of
https://github.com/libretro/vice-libretro.git
synced 2024-11-23 08:19:46 +00:00
Remove -mstructure-size-boundary due to being deprecated
This commit is contained in:
parent
3b23f30d20
commit
1a1cf5f8f0
2
Makefile
2
Makefile
@ -354,7 +354,7 @@ else ifneq (,$(findstring armv,$(platform)))
|
||||
else ifneq (,$(findstring hardfloat,$(platform)))
|
||||
CFLAGS += -mfloat-abi=hard
|
||||
endif
|
||||
CFLAGS += -DARM -marm -DALIGN_DWORD -mstructure-size-boundary=32 -mthumb-interwork -falign-functions=16 -pipe -fstack-protector
|
||||
CFLAGS += -DARM -marm -DALIGN_DWORD -mthumb-interwork -falign-functions=16 -pipe -fstack-protector
|
||||
|
||||
# Wincross64
|
||||
else ifeq ($(platform), wincross64)
|
||||
|
Loading…
Reference in New Issue
Block a user