Add -std=gnu99

This commit is contained in:
Vladimir Serbinenko 2022-01-26 18:44:08 +01:00
parent 0dcf615d7a
commit 8c4899ed5a

View File

@ -157,6 +157,8 @@ endif
fpic += $(MINVERSION)
CFLAGS += -DHAVE_STRLCPY -DHAVE_VSNPRINTF -DHAVE_SNPRINTF -DHAVE_STPCPY -D_INTTYPES_H
CXXFLAGS += -DHAVE_STRLCPY -DHAVE_VSNPRINTF -DHAVE_SNPRINTF -DHAVE_STPCPY -D_INTTYPES_H
CFLAGS += -std=gnu99
ifeq ($(CROSS_COMPILE),1)
TARGET_RULE = -target $(LIBRETRO_APPLE_PLATFORM) -isysroot $(LIBRETRO_APPLE_ISYSROOT)
CFLAGS += $(TARGET_RULE)