mirror of
https://github.com/dynup/kpatch
synced 2025-01-01 02:02:02 +00:00
Merge pull request #1011 from steils/dwarf-gz
create-diff-object: disable DWARF compression explicitly
This commit is contained in:
commit
ea0e6f0144
@ -748,7 +748,7 @@ if [[ "$ARCH" = "ppc64le" ]]; then
|
||||
ARCH_KCFLAGS="-mcmodel=large -fplugin=$PLUGINDIR/ppc64le-plugin.so"
|
||||
fi
|
||||
|
||||
export KCFLAGS="-I$DATADIR/patch -ffunction-sections -fdata-sections $ARCH_KCFLAGS"
|
||||
export KCFLAGS="-I$DATADIR/patch -ffunction-sections -fdata-sections -gz=none $ARCH_KCFLAGS"
|
||||
|
||||
echo "Reading special section data"
|
||||
find_special_section_data
|
||||
|
Loading…
Reference in New Issue
Block a user