Skip to content

Commit

Permalink
Add -DMONGOOSE_ENABLE_THREADS to proxy server example
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Mar 6, 2015
1 parent 716d524 commit 5207545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/proxy_server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PROG = proxy_server
FLAGS = -I../.. -DNS_ENABLE_SSL
CFLAGS = -W -Wall -g -O0 -pthread -lssl $(FLAGS) $(CFLAGS_EXTRA)
CFLAGS = -W -Wall -g -O0 -pthread -lssl -DMONGOOSE_ENABLE_THREADS $(FLAGS) $(CFLAGS_EXTRA)
SOURCES = $(PROG).c ../../mongoose.c

unix: $(SOURCES)
Expand Down

0 comments on commit 5207545

Please sign in to comment.