mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
Update makefile
This commit is contained in:
@@ -13,9 +13,6 @@ debug:
|
||||
cd ext/libzt && ./build.sh host "debug"
|
||||
$(CXX) -O3 $(INCLUDES) -DPYLON_DEBUG=1 -g -Wno-deprecated pylon.cpp -o pylon-debug ext/libzt/dist/*-host-debug/lib/libzt.a -Iext/libzt/include -fsanitize=address -DASAN_OPTIONS=symbolize=1
|
||||
|
||||
relay:
|
||||
$(CXX) -v -O3 -fno-rtti $(INCLUDES) -std=c++11 -frtti -o tcp-proxy tcp-proxy.cpp
|
||||
|
||||
clean:
|
||||
rm -rf pylon pylon-*
|
||||
rm -f *.o tcp-proxy *.dSYM
|
||||
|
||||
Reference in New Issue
Block a user