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:
Vladimir Serbinenko 2020-05-03 03:45:56 +02:00
parent 92ba62f48c
commit c4483508ea

View File

@ -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