Remove unnecessary -std=gnu99
Flag isn't needed anymore with g++ and it causes warnings with clang.db4
parent
40c45e08ca
commit
679b03f8db
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue