mirror of
https://github.com/zerotier/pylon.git
synced 2026-05-22 16:28:21 -07:00
Add partially-functional bidirectional code
This commit is contained in:
@@ -12,7 +12,8 @@ debug:
|
||||
git submodule update --init
|
||||
git -C ext/libzt submodule update --init
|
||||
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
|
||||
$(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
|
||||
|
||||
clean:
|
||||
rm -rf pylon pylon-*
|
||||
|
||||
Reference in New Issue
Block a user