disable DEBUG_INFO to speedup build and reduce space cost.
This commit is contained in:
@@ -21,6 +21,9 @@ cd linux-"$VERSION" || exit
|
||||
# copy config file
|
||||
cp ../config .config
|
||||
|
||||
# disable DEBUG_INFO to speedup build
|
||||
scripts/config --disable DEBUG_INFO
|
||||
|
||||
# apply patches
|
||||
# shellcheck source=src/util.sh
|
||||
source ../patch.d/*.sh
|
||||
@@ -32,5 +35,4 @@ make deb-pkg -j"$CPU_CORES"
|
||||
# move deb packages to artifact dir
|
||||
cd ..
|
||||
mkdir "artifact"
|
||||
rm ./*dbg*.deb
|
||||
mv ./*.deb artifact/
|
||||
|
||||
Reference in New Issue
Block a user