Fix up fuzzing

This commit is contained in:
Alex Hultman
2019-06-09 09:45:30 +02:00
parent 5e787b19b3
commit 12ec7a6234
3 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
.PHONY: examples
examples:
default:
# HelloWorld (non-SSL, non-Zlib compile)
$(CC) -DLIBUS_NO_SSL -flto -O3 -c -IuSockets/src uSockets/src/*.c uSockets/src/eventing/*.c
$(CXX) -DLIBUS_NO_SSL -DUWS_NO_ZLIB -flto -O3 -c -std=c++17 -Isrc -IuSockets/src examples/HelloWorld.cpp