aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 14:56:05 +0200
committerLoïc Hoguin <[email protected]>2018-05-24 14:56:05 +0200
commitdf9f2f1d860ddfc50c4d10cd7c02fc4c60831805 (patch)
tree3a4b035fa4fafa6d6cbbcceb6ec33158e6461e09
parent86346d6cd97fffa37098e7149d1a5fcacbda7f7b (diff)
downloadesdl2-df9f2f1d860ddfc50c4d10cd7c02fc4c60831805.tar.gz
esdl2-df9f2f1d860ddfc50c4d10cd7c02fc4c60831805.tar.bz2
esdl2-df9f2f1d860ddfc50c4d10cd7c02fc4c60831805.zip
Update Erlang.mk again this time for OSX
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 188f9b9..d8d66f0 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -6015,7 +6015,7 @@ ifeq ($(PLATFORM),msys2)
else ifeq ($(PLATFORM),darwin)
CC ?= cc
CFLAGS ?= -O3 -std=c99 -arch x86_64 -finline-functions -Wall -Wmissing-prototypes
- CXXFLAGS ?= -O3 -arch x86_64 -finline-functions -Wall
+ CXXFLAGS ?= -O3 -arch x86_64 -Wall
LDFLAGS ?= -arch x86_64 -flat_namespace -undefined suppress
else ifeq ($(PLATFORM),freebsd)
CC ?= cc