reduction of ISO size to 1.9 GB - milestone
parent
93f40be56e
commit
832361fd6f
|
@ -10099,7 +10099,7 @@ CONFIG_DEBUG_KERNEL=y
|
|||
#
|
||||
# Compile-time checks and compiler options
|
||||
#
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_INFO=n
|
||||
CONFIG_AS_HAS_NON_CONST_LEB128=y
|
||||
# CONFIG_DEBUG_INFO_NONE is not set
|
||||
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
|
||||
|
|
|
@ -137,7 +137,10 @@ mode_build() {
|
|||
autoreconf -i
|
||||
assert_zero $?
|
||||
|
||||
./configure
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--docdir=/usr/share/doc/${APPNAME}-${VERSION}
|
||||
assert_zero $?
|
||||
|
||||
logprint "Compiling docs..."
|
||||
|
|
|
@ -154,7 +154,7 @@ mode_install() {
|
|||
assert_zero $?
|
||||
|
||||
logprint "Installing modules..."
|
||||
make modules_install
|
||||
make INSTALL_MOD_STRIP=1 modules_install
|
||||
assert_zero $?
|
||||
|
||||
logprint "Installing kernel"
|
||||
|
|
Loading…
Reference in New Issue