From 679b03f8dbc61729363228a76d190bb1a20e0dea Mon Sep 17 00:00:00 2001 From: Erik Charlebois Date: Thu, 23 Jun 2011 01:17:24 -0400 Subject: [PATCH] Remove unnecessary -std=gnu99 Flag isn't needed anymore with g++ and it causes warnings with clang. --- vm/Config.macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Config.macosx b/vm/Config.macosx index 5b9de7f5cf..693ee9341d 100644 --- a/vm/Config.macosx +++ b/vm/Config.macosx @@ -14,7 +14,7 @@ else LIBS = -lm -framework Cocoa -framework AppKit endif -LINKER = $(CPP) $(CFLAGS) -dynamiclib -single_module -std=gnu99 \ +LINKER = $(CPP) $(CFLAGS) -dynamiclib -single_module \ -current_version $(VERSION) \ -compatibility_version $(VERSION) \ -fvisibility=hidden \ -- 2.34.1