Skip to content

Commit

Permalink
fix compilation with new gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
amirtuval committed Aug 8, 2016
1 parent f2dba53 commit 6f0ade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
SDK_HOME?=/opt/vertica/sdk

CXX?=g++
CXXFLAGS:=$(CXXFLAGS) -I $(SDK_HOME)/include -I mysql-hyperloglog/libmysqlhll -I mysql-hyperloglog/libmysqlhll/cpp-hyperloglog/include -I mysql-hyperloglog/libmysqlhll/base64 -g -Wall -Wno-unused-value -shared -fPIC
CXXFLAGS:=$(CXXFLAGS) -I $(SDK_HOME)/include -I mysql-hyperloglog/libmysqlhll -I mysql-hyperloglog/libmysqlhll/cpp-hyperloglog/include -I mysql-hyperloglog/libmysqlhll/base64 -g -Wall -Wno-unused-value -shared -fPIC -D_GLIBCXX_USE_CXX11_ABI=0

ifdef OPTIMIZE
## UDLs should be compiled with compiler optimizations in release builds
Expand Down

0 comments on commit 6f0ade9

Please sign in to comment.