We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee240c commit 9ea734aCopy full SHA for 9ea734a
2 files changed
apis/CTP/Makefile
@@ -1,6 +1,6 @@
1
CXX=clang
2
IFLAGS=-I../../ -I../../include/ -I../ -I./
3
-CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC
+CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -m64
4
5
DEPS=../../../XAPI2/languages/CPP/XAPI_CPP/XApiImpl.o \
6
../../../XAPI2/languages/CPP/XAPI_CPP/XApiCpp.o \
tests/CPP/Makefile
@@ -1,7 +1,7 @@
CXX=clang++
C=clang
-CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -pthread
+CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -pthread -m64
DEPS=../../languages/CPP/XAPI_CPP/XApiImpl.o \
../../languages/CPP/XAPI_CPP/XApiCpp.o \
7
../../languages/CPP/XAPI_CPP/XApiC.o \
0 commit comments