enable debugging

git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1178 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
sears 2010-09-22 19:28:26 +00:00
parent 1c8c0fe0da
commit e5518eac26

View file

@ -8,11 +8,11 @@ CPPFLAGS=-Wall -I${SHERPA_DIR}/common/include \
-I${SHERPA_DIR}/framework/base/include/ \
-I${SHERPA_DIR}/externals/fwcore/include \
-I /home/y/include -I .. -c -fPIC
CXXFLAGS=-m32
CFLAGS=-m32
CXXFLAGS=-m32 -g
CFLAGS=-m32 -g
libsherpalogstore.so : LSMPersistentStoreImpl.o tcpclient.o LSMPersistentParentImpl.o
gcc -m32 -shared -Wl,-soname,libsherpalogstore.so -o libsherpalogstore.so LSMPersistentStoreImpl.o tcpclient.o LSMPersistentParentImpl.o
gcc -m32 -g -shared -Wl,-soname,libsherpalogstore.so -o libsherpalogstore.so LSMPersistentStoreImpl.o tcpclient.o LSMPersistentParentImpl.o
cp libsherpalogstore.so /homes/sears/sherpa-so/
tcpclient.cpp : ../tcpclient.cpp