From 90ed13d577c02ba12e6d8e23bd88411710b2f137 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 30 Apr 2019 12:47:04 -0400 Subject: binutils: disable compressed debug sections --- etc/pkgs/002-binutils.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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=/ \ -- cgit