Remove clang-only flag to support gcc on Macs

This commit is contained in:
Raymond Pasco 2016-12-13 22:33:04 -08:00
parent 8267546c63
commit 6d445d6a34

View File

@ -71,7 +71,6 @@ CXXFLAGS=$(CFLAGS)
CLD=c++ $(CFLAGS) -L/usr/local/lib $(OPTLOCALLFLAGS) $(OPENSSLLFLAGS)
ifeq ($(OS),osx)
COSFLAGS=-fno-diagnostics-fixit-info
CLDOSFLAGS=-bind_at_load
OSLIBS=-framework CoreServices -framework CoreFoundation
endif