Remove unnecessary -std=gnu99

Flag isn't needed anymore with g++ and it causes warnings with clang.
db4
Erik Charlebois 2011-06-23 01:17:24 -04:00
parent 40c45e08ca
commit 679b03f8db
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ else
LIBS = -lm -framework Cocoa -framework AppKit LIBS = -lm -framework Cocoa -framework AppKit
endif endif
LINKER = $(CPP) $(CFLAGS) -dynamiclib -single_module -std=gnu99 \ LINKER = $(CPP) $(CFLAGS) -dynamiclib -single_module \
-current_version $(VERSION) \ -current_version $(VERSION) \
-compatibility_version $(VERSION) \ -compatibility_version $(VERSION) \
-fvisibility=hidden \ -fvisibility=hidden \