1 Star 0 Fork 9

wuzx/lxcfs

forked from src-openEuler/lxcfs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0011-add-secure-compile-option-in-meson.patch 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
vegbir 提交于 2023-07-27 09:31 . upgrade to 5.0.4
From cd4988df0a9f7140758c0429485322dc6d9467d5 Mon Sep 17 00:00:00 2001
From: vegbir <[email protected]>
Date: Fri, 14 Jul 2023 07:54:27 +0000
Subject: [PATCH 11/15] add secure compile option in meson
Signed-off-by: vegbir <[email protected]>
---
Makefile | 2 +-
meson.build | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 94f2021..38fbe04 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.PHONY: all
all: meson
- ninja -C build
+ ninja -v -C build
.PHONY: meson
meson:
diff --git a/meson.build b/meson.build
index a0289ad..7eb1f06 100644
--- a/meson.build
+++ b/meson.build
@@ -12,6 +12,7 @@ project(
'b_pie=true',
'c_std=gnu11',
'warning_level=2',
+ 'optimization=2',
],
meson_version: '>= 0.50')
@@ -109,6 +110,9 @@ possible_cc_flags = [
'-Wreturn-local-addr',
'-fsanitize=cfi',
'-Wstringop-overflow',
+ '-ftrapv',
+ '-fPIC',
+ '-D_FORTIFY_SOURCE=2',
]
possible_link_flags = [
--
2.41.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuzx065891/lxcfs.git
[email protected]:wuzx065891/lxcfs.git
wuzx065891
lxcfs
lxcfs
master

搜索帮助