summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/mongoose/examples/multi_threaded_server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/mongoose/examples/multi_threaded_server/Makefile')
-rw-r--r--3rdparty/mongoose/examples/multi_threaded_server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/mongoose/examples/multi_threaded_server/Makefile b/3rdparty/mongoose/examples/multi_threaded_server/Makefile
index b85aa97a8af..2b08db12c77 100644
--- a/3rdparty/mongoose/examples/multi_threaded_server/Makefile
+++ b/3rdparty/mongoose/examples/multi_threaded_server/Makefile
@@ -2,7 +2,7 @@
# All rights reserved
PROG = multi_threaded_server
-CFLAGS = -W -Wall -I../.. -pthread -g -O0 $(CFLAGS_EXTRA)
+CFLAGS = -W -Wall -I../.. -pthread -g -O0 -DMONGOOSE_ENABLE_THREADS $(CFLAGS_EXTRA)
SOURCES = $(PROG).c ../../mongoose.c
$(PROG): $(SOURCES)