1 Star 0 Fork 9

huanghaitao/wrk

forked from src-openEuler/wrk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Make-the-debug-package-compile.patch 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
huanghaitao 提交于 2021-07-13 09:09 . package init
From 4521b0de64177b030dc946adf1f6e1622bea85fc Mon Sep 17 00:00:00 2001
From: hht8 <[email protected]>
Date: Mon, 28 Jun 2021 17:03:12 +0800
Subject: [PATCH] 1
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index d555f0a..2a4c264 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT
+CFLAGS += -std=c99 -Wall -O2 -D_REENTRANT $(OPTFLAGS)
LIBS := -lpthread -lm -lssl -lcrypto
TARGET := $(shell uname -s | tr '[A-Z]' '[a-z]' 2>/dev/null || echo unknown)
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hht8/wrk.git
[email protected]:hht8/wrk.git
hht8
wrk
wrk
master

搜索帮助