Explorar o código

makerelease-osx: Do not hardcode -Os into CXXFLAGS

Nils Maier %!s(int64=11) %!d(string=hai) anos
pai
achega
35ed2505fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makerelease-osx.mk

+ 1 - 1
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