1 Star 0 Fork 1

孙明宇 / Web服务器_raw

forked from 冷俊男 / Web服务器_raw 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
lengjunnan 提交于 2023-03-15 19:47 . 初次添加项目文件
CXX ?= g++
DEBUG ?= 1
ifeq ($(DEBUG), 1)
CXXFLAGS += -g
else
CXXFLAGS += -O2
endif
server: main.cpp ./timer/lst_timer.cpp ./http/http_conn.cpp ./log/log.cpp ./CGImysql/sql_connection_pool.cpp webserver.cpp config.cpp
$(CXX) -o server $^ $(CXXFLAGS) -lpthread -lmysqlclient
clean:
rm -r server
C++
1
https://gitee.com/sunmingyu666/web-server-raw.git
git@gitee.com:sunmingyu666/web-server-raw.git
sunmingyu666
web-server-raw
Web服务器_raw
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891