Skip to content

Commit

Permalink
README: Sync function
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <1592501605@qq.com>
  • Loading branch information
xiaoleGun committed May 26, 2023
1 parent 115756c commit aec6ca1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ Fork 本仓库到你的储存库然后按照以下内容编辑 config.env,之

例如: LLVM=1 LLVM_IAS=1

### Disable LTO

LTO 用于优化内核,但有些时候会导致错误

### Enable KernelSU

启用 KernelSU,用于排查内核故障或单独编译内核
Expand All @@ -126,6 +122,14 @@ LTO 用于优化内核,但有些时候会导致错误
- 最新 TAG(稳定版): `KERNELSU_TAG=`
- 指定 TAG(如`v0.5.2`): `KERNELSU_TAG=v0.5.2`

### Disable LTO

LTO 用于优化内核,但有些时候会导致错误

### Disable CC_WERROR

用于修复某些不支持或关闭了Kprobes的内核,修复KernelSU未检测到开启Kprobes的变量抛出警告导致错误

### Add Kprobes Config

自动在 defconfig 注入参数
Expand Down

0 comments on commit aec6ca1

Please sign in to comment.