From 15c7335dff7cd5e8ccd648a990b27751937e7be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 24 May 2018 16:44:50 +0200 Subject: Update Erlang.mk to remove a warning on OSX This doesn't solve the real issues but small steps. --- erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang.mk b/erlang.mk index 4709eab..2050117 100644 --- a/erlang.mk +++ b/erlang.mk @@ -6015,7 +6015,7 @@ ifeq ($(PLATFORM),msys2) CXXFLAGS ?= -O3 -finline-functions -Wall else ifeq ($(PLATFORM),darwin) CC ?= cc - CFLAGS ?= -O3 -std=c99 -arch x86_64 -finline-functions -Wall -Wmissing-prototypes + CFLAGS ?= -O3 -std=c99 -arch x86_64 -Wall -Wmissing-prototypes CXXFLAGS ?= -O3 -arch x86_64 -Wall LDFLAGS ?= -arch x86_64 -flat_namespace -undefined suppress C_SRC_SHARED_FLAG = -bundle -- cgit v1.2.3