aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 16:44:50 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 16:44:50 +0200
commit15c7335dff7cd5e8ccd648a990b27751937e7be7 (patch)
tree609c4f4927d9c6199f016cb35f10088138f8face
parent253ad8371ad8ebf88ca3acf9cda7b9a3c58347ad (diff)
downloadesdl2-15c7335dff7cd5e8ccd648a990b27751937e7be7.tar.gz
esdl2-15c7335dff7cd5e8ccd648a990b27751937e7be7.tar.bz2
esdl2-15c7335dff7cd5e8ccd648a990b27751937e7be7.zip
Update Erlang.mk to remove a warning on OSX
This doesn't solve the real issues but small steps.
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
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