Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Added CXX11_ABI=1 macro to makefile
  • Loading branch information
DMickens authored Apr 22, 2024
1 parent f9341ed commit bcf2f71
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 @@ -6,7 +6,7 @@ VSQL ?= /opt/vertica/bin/vsql
LOADER_DEBUG = 0
TARGET ?= ./lib

ALL_CXXFLAGS := $(CXXFLAGS) -I $(SDK_HOME)/include -I $(SDK_HOME)/examples/HelperLibraries -fPIC -shared -Wall -g -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=0
ALL_CXXFLAGS := $(CXXFLAGS) -I $(SDK_HOME)/include -I $(SDK_HOME)/examples/HelperLibraries -fPIC -shared -Wall -g -std=c++11 -D_GLIBCXX_USE_CXX11_ABI=1
ALL_CXXFLAGS += -DLOADER_DEBUG=$(LOADER_DEBUG)

build: $(TARGET)/ODBCLoader.so
Expand Down

0 comments on commit bcf2f71

Please sign in to comment.