Compare commits

...

2 Commits

Author SHA1 Message Date
Pratham Patel c37295ef50
bump rel_ver for all pkgs 2023-10-10 14:15:37 +05:30
Pratham Patel bb8510ff70
enable CONFIG_LTO_CLANG_FULL 2023-10-10 14:14:01 +05:30
7 changed files with 23 additions and 9 deletions

View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
./scripts/config --file .config --enable LTO_CLANG_FULL
# Q: What requires this option to be enabled?
# A: Enabling this option adds support for Clang's Link Time Optimization,
# resulting in a nice performance uplift.
#
# Q: Why wasn't this option enabled by `make defconfig`?
# A: There are two reasons for this:
# 1. The "FULL" LTO option uses a lot of RAM during build-time.
# 2. Just like '-O3', "FULL" LTO means a "bigger" kernel.
#
# Both point are discussed here:
# https://github.com/ClangBuiltLinux/linux/issues/1643/

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 11
%global rel_ver 12
%global major_ver 6
%global minor_ver 1
%global patch_ver 56

View File

@ -1,9 +1,9 @@
# change version here
%global rel_ver 12
%global rel_ver 1
%global major_ver 6
%global minor_ver 6
%global patch_ver 0
%global next_snapshot_date 20231006
%global next_snapshot_date 20231010
%global target_config defconfig
%global kname next

View File

@ -1,9 +1,9 @@
# change version here
%global rel_ver 11
%global rel_ver 1
%global patch_ver 0
%global major_ver 6
%global minor_ver 6
%global next_snapshot_date 20231006
%global next_snapshot_date 20231010
%global target_config defconfig
%global kname opi5

View File

@ -1,8 +1,8 @@
# change version here
%global rel_ver 16
%global rel_ver 1
%global major_ver 6
%global minor_ver 6
%global rc_ver 4
%global rc_ver 5
%global target_config defconfig
%global kname rc

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 11
%global rel_ver 12
%global major_ver 6
%global minor_ver 5
%global patch_ver 6

View File

@ -1,5 +1,5 @@
# change version here
%global rel_ver 12
%global rel_ver 13
%global major_ver 5
%global minor_ver 10
%global patch_ver 160