Skip to content

Commit 9ea734a

Browse files
committed
update makefile
1 parent fee240c commit 9ea734a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apis/CTP/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CXX=clang
22
IFLAGS=-I../../ -I../../include/ -I../ -I./
3-
CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC
3+
CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -m64
44

55
DEPS=../../../XAPI2/languages/CPP/XAPI_CPP/XApiImpl.o \
66
../../../XAPI2/languages/CPP/XAPI_CPP/XApiCpp.o \

tests/CPP/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CXX=clang++
22
C=clang
33
IFLAGS=-I../../ -I../../include/ -I../ -I./
4-
CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -pthread
4+
CFLAGS=$(IFLAGS)-std=c++11 -O3 -fPIC -pthread -m64
55
DEPS=../../languages/CPP/XAPI_CPP/XApiImpl.o \
66
../../languages/CPP/XAPI_CPP/XApiCpp.o \
77
../../languages/CPP/XAPI_CPP/XApiC.o \

0 commit comments

Comments
 (0)