-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.sh
More file actions
5 lines (5 loc) · 834 Bytes
/
test.sh
File metadata and controls
5 lines (5 loc) · 834 Bytes
1
2
3
4
5
clear
make
clang++ -g3 -fsanitize=address -g3 -std=c++14 -fsanitize=address -c -I ./include -I ../Mercury/include -I ../Mercury/Dependence/json/include/ -I ../Mercury/Dependence/include main.cpp -o main.o
clang++ -g3 -fsanitize=address -g3 -std=c++14 -fsanitize=address ./src/connect.o ./src/connect_channels.o ./src/fill_path.o ./src/generate_graph.o ./src/generate_path.o ./src/get_flow_channel.o ./src/green_process.o ./src/launch_perpetual_green_process.o ./src/load_details.o ./src/load_symbols.o ./src/minimun_order_size.o ./src/portfolio_management.o ./src/profitable_path.o ./src/send_order_market.o ./src/set_access.o ./src/set_fees.o ./src/snapshot_trx.o ./src/triangular_arbitrage.o ./src/winner_path.o main.o -L ../Mercury/Dependence/lib -L ../Mercury -lmercury -lcurl -lssl -lpthread -luv -luWS -lz -lcryptopp
./a.out