]> gitweb.factorcode.org Git - factor.git/commitdiff
Remove unnecessary -std=gnu99
authorErik Charlebois <erikcharlebois@gmail.com>
Thu, 23 Jun 2011 05:17:24 +0000 (01:17 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Thu, 23 Jun 2011 05:17:24 +0000 (01:17 -0400)
Flag isn't needed anymore with g++ and it causes warnings with clang.

vm/Config.macosx

index 5b9de7f5cf8fb5a45f372df1390b8c5530d9e9fc..693ee9341dfd30fadd3ee716fe52438d433960fc 100644 (file)
@@ -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 \