Adding --enable-large-config to ./configure is merely a one-line patch (attached).
For reference, the option is also used in Fedora [1] and openSUSE [2]. Best, Andy 1: https://src.fedoraproject.org/rpms/gc/blob/0ea34fde94df5628fb2155adedb5104a1c8a40c0/f/gc.spec#_61 2: https://build.opensuse.org/package/view_file/devel:libraries:c_c++/gc/gc.spec?expand=1
diff --git a/debian/rules b/debian/rules index 2d7c565..3eee875 100755 --- a/debian/rules +++ b/debian/rules @@ -14,6 +14,7 @@ override_dh_auto_configure: [ ! -d libatomic_ops-1.2 ] || mv libatomic_ops-1.2 libatomic_ops-1.2.bak ./configure \ $(CONFIG_OPTS) \ + --enable-large-config \ --enable-cplusplus \ --disable-dependency-tracking \ --with-tags=CXX \

