加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0017-blktrace-Makefile-add-fstack-protector-strong-flag.patch 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
From 1e60db1dfd320d8b22dcb3e7d4636fcda12ec6dd Mon Sep 17 00:00:00 2001
From: zhanchengbin <zhanchengbin1@huawei.com>
Date: Mon, 13 Sep 2021 19:42:31 +0800
Subject: [PATCH] blktrace: Makefile add fstack-protector-strong flag
Makefile add fstack-protector-strong flag
Signed-off-by: zhanchengbin <zhanchengbin1@huawei.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index fdbded0..dbdbb37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-CFLAGS = -Wall -O2 -g -W
+CFLAGS = -Wall -O2 -g -W -fstack-protector-strong
ALL_CFLAGS = $(CFLAGS) -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PROGS = blkparse blktrace verify_blkparse blkrawverify blkiomon
LIBS = -lpthread
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化