mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2025-02-25 19:01:48 +00:00
Merge pull request #54 from libretro/revert-52-patch-3
Revert "fix arch,otherwise fails if ARCH is set beforehand"
This commit is contained in:
commit
77440530cd
4
Makefile
4
Makefile
@ -281,10 +281,10 @@ ifdef SYMBOLS
|
||||
|
||||
# O3 optimisation causes issues on ARM
|
||||
else ifeq ($(ARM), 1)
|
||||
CFLAGS += -DNDEBUG $(arch) -O2 -fomit-frame-pointer -fstrict-aliasing
|
||||
CFLAGS += -DNDEBUG $(ARCH) -O2 -fomit-frame-pointer -fstrict-aliasing
|
||||
|
||||
else
|
||||
CFLAGS += -DNDEBUG $(arch) -O3 -fomit-frame-pointer -fstrict-aliasing
|
||||
CFLAGS += -DNDEBUG $(ARCH) -O3 -fomit-frame-pointer -fstrict-aliasing
|
||||
endif
|
||||
|
||||
# extra options needed *only* for the osd files
|
||||
|
Loading…
x
Reference in New Issue
Block a user