Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
vauy authored May 23, 2024
1 parent fda42ae commit aec4e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ SD_CLANG_BRANCH=12
ENABLE_PROTON_CLANG=true
PROTON_CLANG_SOURCE=https://gitlab.com/LeCmnGend/proton-clang
#PROTON_CLANG_BRANCH可选的值有 clang-13 ,clang-14, clang-15, clang-16, clang-17
PROTON_CLANG_BRANCH=clang-13
PROTON_CLANG_BRANCH=clang-17



Expand All @@ -136,7 +136,7 @@ ELECTRON_BINUTILS_VERSION2=2.39
#(6)使用LLVM-clang,加我自己制作的electron-binutils来构建内核,由于ubuntu自带的binutils版本过少,加入electron-binutils可有更多版本的binutils,也更加合理的和各种llvm clang版本匹配。ELECTRON_BINUTILS_VERSION1和ELECTRON_BINUTILS_VERSION
#的取值是一样的,主要是懒得改了,加个1来区分,如果ELECTRON_BINUTILS_VERSION1留空则用ubuntu自带的binutils, 同理适用ELECTRON_BINUTILS_VERSION。(运行系统ubuntu-20.04)
#目前存在版本16.0.0 15.0.6 14.0.0 13.0.0 12.0.0 11.1.0 11.0.0 10.0.1 10.0.0 9.0.1 8.0.1
LLVM_CLANG_VERSION=12.0.0
LLVM_CLANG_VERSION=16.0.0
#基于tc-build的相同配置的binutils,ELECTRON_BINUTILS_VERSION1的可选值有 2.41 2.40 2.39 2.38 2.37 2.36.1 2.36 2.35.2 2.35.1 2.35 2.34 2.33.1 2.32 2.31
ELECTRON_BINUTILS_VERSION1=2.41

Expand Down Expand Up @@ -171,7 +171,7 @@ ELECTRON_CLANG_VERSION=17.06
#仅Build kernel by clang-r383902b支持。https://www.kali.org/docs/nethunter/nethunter-kernel-2-config-1/
ENABLE_NETHUNTER=true
#另一个,问题有点多。追求极客,可搞下,build-geek_kernel.yml.bak。
ENABLE_KALI=true
ENABLE_KALI=false
KERNEL_VERSION=4.14
ENABLE_WIREGUARD=false

Expand Down

0 comments on commit aec4e6e

Please sign in to comment.