mirror of
https://github.com/libretro/mame2003-plus-libretro.git
synced 2024-11-27 02:20:23 +00:00
Cleanup
This commit is contained in:
parent
5664ae652c
commit
a5783ee172
8
Makefile
8
Makefile
@ -684,7 +684,7 @@ endif
|
||||
# explictly use -fsigned-char on all platforms to solve problems with code written/tested on x86 but used on ARM
|
||||
# for example, audio on rtype leo is wrong on ARM without this flag
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
CFLAGS += -fsigned-char
|
||||
CFLAGS += -fsigned-char
|
||||
endif
|
||||
|
||||
# Use position-independent code for all platforms
|
||||
@ -696,13 +696,13 @@ RETRO_PROFILE = 0
|
||||
CFLAGS += -DRETRO_PROFILE=$(RETRO_PROFILE)
|
||||
|
||||
ifneq ($(platform), sncps3)
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
CFLAGS += -Wall -Wunused \
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
CFLAGS += -Wall -Wunused \
|
||||
-Wpointer-arith -Wbad-function-cast -Wcast-align -Waggregate-return \
|
||||
-Wshadow -Wstrict-prototypes \
|
||||
-Wformat-security -Wwrite-strings \
|
||||
-Wdisabled-optimization
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq (,$(findstring msvc,$(platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user