Skip to content

Commit

Permalink
Update config.env
Browse files Browse the repository at this point in the history
  • Loading branch information
donvito007 authored Aug 4, 2023
1 parent 3a143ab commit d15fda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
KERNEL_SOURCE=https://github.com/donvito007/Xiaomi-Kernel-Oxygen/
KERNEL_SOURCE_BRANCH=main
KERNEL_CONFIG=vendor/michael_defconfig
KERNEL_CONFIG=vendor/alioth_defconfig
KERNEL_IMAGE_NAME=Image
ARCH=arm64
EXTRA_CMDS:LLVM=1 LLVM_IAS=1
Expand All @@ -27,7 +27,7 @@ ENABLE_KERNELSU=true
KERNELSU_TAG=main

# Configuration
DISABLE-LTO=true
DISABLE-LTO=false
DISABLE_CC_WERROR=true
ADD_KPROBES_CONFIG=true
ADD_OVERLAYFS_CONFIG=true
Expand Down

0 comments on commit d15fda6

Please sign in to comment.