From 35ed2505fad543f253d37f783f01746a7e4fe068 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Thu, 2 Jan 2014 21:11:11 +0100 Subject: [PATCH] makerelease-osx: Do not hardcode -Os into CXXFLAGS --- makerelease-osx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makerelease-osx.mk b/makerelease-osx.mk index a0e1383a..1bea18d8 100644 --- a/makerelease-osx.mk +++ b/makerelease-osx.mk @@ -93,7 +93,7 @@ export CXX OPTFLAGS ?= -Os CFLAGS ?= -mmacosx-version-min=10.7 $(OPTFLAGS) export CFLAGS -CXXFLAGS ?= -Os -mmacosx-version-min=10.7 $(OPTFLAGS) +CXXFLAGS ?= -mmacosx-version-min=10.7 $(OPTFLAGS) export CXXFLAGS LDFLAGS ?= -Wl,-dead_strip export LDFLAGS