Better examples with SSL, build benchmarks

This commit is contained in:
Alex Hultman
2019-11-25 21:48:28 +01:00
parent 91a7a44eea
commit 02ad3979a6
5 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer HelloWorldSSL
EXAMPLE_FILES := HelloWorld EchoServer BroadcastingEchoServer
THREADED_EXAMPLE_FILES := HelloWorldThreaded EchoServerThreaded
override CXXFLAGS += -lpthread -std=c++17 -Isrc -IuSockets/src
override LDFLAGS += uSockets/*.o -lz