From d6b9f76e9c0c330a97440fc76a47c20fa53b8a86 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 20 Jul 2013 14:08:06 +0100 Subject: [PATCH] Added COPT to CFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83f525b3..635a8c5b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # -DUSE_LUA - embed Lua in Mongoose (+100kb) PROG = mongoose -CFLAGS = -std=c99 -O2 -W -Wall -pedantic -pthread +CFLAGS = -std=c99 -O2 -W -Wall -pedantic -pthread -pipe $(COPT) # To build with Lua, download and unzip Lua 5.2.1 source code into the # mongoose directory, and then add $(LUA_SOURCES) to CFLAGS