Skip to content

Commit

Permalink
-MODVERSIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r authored Jul 7, 2024
1 parent 3abae90 commit 4fdc8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# codegen
./scripts/config -e CC_OPTIMIZE_FOR_PERFORMANCE_O3 -e LTO_CLANG_THIN -d CFI_CLANG -d STACKPROTECTOR -e LD_DEAD_CODE_DATA_ELIMINATION -e VMLINUX_MAP
./scripts/config -d RANDSTRUCT -e TRIM_UNUSED_KSYMS # don't use when building out-of-tree modules
./scripts/config -d RANDSTRUCT -d MODVERSIONS -e TRIM_UNUSED_KSYMS # don't use when building out-of-tree modules
./scripts/config -d DEBUG_INFO_BTF # REDUCED is just -fno-var-tracking, NONE does not work if others are still enabled
# for tracy sampling
Expand All @@ -79,7 +79,7 @@ jobs:
# build kernel
ccache -z
time make CC="ccache clang" -j$(($(nproc) + 1)) bzImage # V=1 for tracing
time make V=2 CC="ccache clang" -j$(($(nproc) + 1)) bzImage # V=1 for tracing
time make CC="ccache clang" -j$(($(nproc) + 1))
sudo make modules_install
sudo depmod -a
Expand Down

0 comments on commit 4fdc8e0

Please sign in to comment.