Hi, Simon South <[email protected]> skribis:
> Simon South <[email protected]> writes: >> I could edit gnu/packages/gcc.scm to set the "stripped?" variable to >> false... > > Of course if you're willing to make this change, you can just as easily > remove the "hidden-package" wrapper around gcc 4.7's package definition > and then install the debug symbols in the usual manner, i.e. with > > ./pre-inst-env guix install [email protected]:debug > > At least, I assume this is going to work. > > Still, I wonder if there is a more "official" method that involves less > hackery. I’m afraid there’s no better method currently. The new ‘--with-debug-info’ option wouldn’t help here since it’s compiled with -g0 unless ‘stripped?’ is changed to #f. We should make ‘stripped?’ a parameter somehow. Ludo’.
