瀏覽代碼

Added COPT to CFLAGS

Sergey Lyubka 12 年之前
父節點
當前提交
d6b9f76e9c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -17,7 +17,7 @@
 # -DUSE_LUA               - embed Lua in Mongoose (+100kb)
 # -DUSE_LUA               - embed Lua in Mongoose (+100kb)
 
 
 PROG        = mongoose
 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
 # To build with Lua, download and unzip Lua 5.2.1 source code into the
 # mongoose directory, and then add $(LUA_SOURCES) to CFLAGS
 # mongoose directory, and then add $(LUA_SOURCES) to CFLAGS