]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/Config.macosx
Remove unnecessary -std=gnu99
[factor.git] / 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 \