mirror of
https://github.com/libretro/neocd_libretro.git
synced 2025-03-01 12:26:05 +00:00
Pinpoint C standard to std=c99 to prevent different semantics of uint on wiiu
Right now it depends on what is compiler default
This commit is contained in:
parent
92ba62f48c
commit
c4483508ea
2
Makefile
2
Makefile
@ -163,7 +163,7 @@ else
|
||||
CXXFLAGS += -Ofast -fomit-frame-pointer
|
||||
endif
|
||||
|
||||
CFLAGS += -DHAVE_COMPRESSION -DHAVE_ZLIB -DHAVE_7ZIP -D_7ZIP_ST -DHAVE_FLAC
|
||||
CFLAGS += -std=c99 -DHAVE_COMPRESSION -DHAVE_ZLIB -DHAVE_7ZIP -D_7ZIP_ST -DHAVE_FLAC
|
||||
CXXFLAGS += -std=c++11 -fno-exceptions -fno-rtti
|
||||
|
||||
include Makefile.common
|
||||
|
Loading…
x
Reference in New Issue
Block a user