From 398356bc34db45a1b39f6bce7219a4cf1afa2328 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Wed, 3 May 2023 20:43:09 +0200 Subject: [PATCH] remove --std=c89 line --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 94c7886..036c41f 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -715,7 +715,7 @@ else CFLAGS += -MT CXXFLAGS += -MT endif - CFLAGS += -O2 -DNDEBUG -std=c89 + CFLAGS += -O2 -DNDEBUG CXXFLAGS += -O2 -DNDEBUG endif