diff options
Diffstat (limited to 'etc/pkgs/002-binutils.sh')
-rwxr-xr-x | etc/pkgs/002-binutils.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pkgs/002-binutils.sh b/etc/pkgs/002-binutils.sh index 82cc1c5..6ea5ab2 100755 --- a/etc/pkgs/002-binutils.sh +++ b/etc/pkgs/002-binutils.sh @@ -20,6 +20,7 @@ pushd binutils --enable-ld=default \ --enable-plugins \ --enable-threads \ + --enable-compressed-debug-sections=none \ --disable-static \ --disable-multilib \ --with-sysroot=/ \ |