More work on new streams

This commit is contained in:
Alex Hultman
2018-09-27 23:44:46 +02:00
parent ee81e9b0b0
commit 2c511ec904
7 changed files with 266 additions and 249 deletions
+4 -3
View File
@@ -28,8 +28,9 @@ HEADERS += \
src/AsyncSocket.h \
src/AsyncSocketData.h \
src/Loop.h \
src/App.h
src/App.h \
src/Utilities.h
INCLUDEPATH += uSockets/src src
QMAKE_CXXFLAGS += -fsanitize=address
LIBS += -lasan -lssl -lcrypto
#QMAKE_CXXFLAGS += -fsanitize=address
LIBS += -pthread -lssl -lcrypto