This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch 1.3.x-incubating
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-postgresql.git
The following commit(s) were added to refs/heads/1.3.x-incubating by this push:
new ca7b47e moved c++11 option to CXXFLAGS
ca7b47e is described below
commit ca7b47ebef497987ddae73cce9e53545ee6793f5
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Oct 16 18:04:06 2019 -0700
moved c++11 option to CXXFLAGS
---
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 84435b4..0c437cc 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ CORE = datasketches-cpp
CPC = $(CORE)/cpc/src
OBJS += $(CPC)/cpc_sketch.o $(CPC)/fm85.o $(CPC)/fm85Compression.o
$(CPC)/fm85Confidence.o $(CPC)/fm85Merging.o $(CPC)/fm85Util.o
$(CPC)/iconEstimator.o $(CPC)/u32Table.o
-PG_CPPFLAGS = -std=c++11 -fPIC -I/usr/local/include -I$(CORE)/kll/include
-I$(CORE)/common/include -I$(CORE)/cpc/include -I$(CORE)/theta/include
-I$(CORE)/fi/include -I$(CORE)/hll/include
+PG_CPPFLAGS = -fPIC -I/usr/local/include -I$(CORE)/kll/include
-I$(CORE)/common/include -I$(CORE)/cpc/include -I$(CORE)/theta/include
-I$(CORE)/fi/include -I$(CORE)/hll/include
+PG_CXXFLAGS = -std=c++11
SHLIB_LINK = -lstdc++ -L/usr/local/lib
PG_CONFIG = pg_config
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]