mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Added COPT to CFLAGS
This commit is contained in:
parent
a9d51c0e87
commit
d6b9f76e9c
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user