From: weiyu Date: Fri, 11 Dec 2020 02:46:29 +0000 (-0800) Subject: do not run gdax automatically after compiling X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=07c7f8ee689f696204e10d3dae0d36f794923271;p=c11concurrency-benchmarks.git do not run gdax automatically after compiling --- diff --git a/gdax-orderbook-hpp/demo/Makefile b/gdax-orderbook-hpp/demo/Makefile index 50b03b7..39d9da3 100644 --- a/gdax-orderbook-hpp/demo/Makefile +++ b/gdax-orderbook-hpp/demo/Makefile @@ -13,11 +13,11 @@ LIBS += -lssl # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcrypto # needed for websocketpp's TLS support (req'd by GDAX) LIBS += -lcds -test: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo +#test: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) ./demo -debug: demo - LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo +#debug: demo +# LD_LIBRARY_PATH=$(CDSLIBDIR) gdb ./demo demo: demo.cpp ../gdax-orderbook.hpp \ | dependencies/libcds-2.3.2/build-release/bin/libcds.so \