This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch update-snappy
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit 4e3b8611b6a1ff85a417b0f2fad8886c9485810e
Author: Piotr Nosek <[email protected]>
AuthorDate: Wed Jan 25 18:36:27 2017 +0100

    Improve build on Mac
---
 c_src/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c_src/Makefile b/c_src/Makefile
index 68bca8f..5bdc548 100644
--- a/c_src/Makefile
+++ b/c_src/Makefile
@@ -17,9 +17,9 @@ C_SRC_OUTPUT ?= $(CURDIR)/../priv/$(PROJECT).so
 UNAME_SYS := $(shell uname -s)
 ifeq ($(UNAME_SYS), Darwin)
        CC ?= cc
-       CFLAGS ?= -O3 -std=c99 -arch x86_64 -finline-functions -Wall 
-Wmissing-prototypes
-       CXXFLAGS ?= -O3 -arch x86_64 -finline-functions -Wall
-       LDFLAGS ?= -arch x86_64 -flat_namespace -undefined suppress
+       CFLAGS += -O3 -std=c99 -arch x86_64 -finline-functions -Wall 
-Wmissing-prototypes
+       CXXFLAGS += -O3 -arch x86_64 -finline-functions -Wall
+       LDFLAGS += -arch x86_64 -flat_namespace -undefined suppress
 else ifeq ($(UNAME_SYS), FreeBSD)
        CC ?= cc
        CFLAGS ?= -O3 -std=c99 -finline-functions -Wall -Wmissing-prototypes

Reply via email to