[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debian GNU/Hurd: error building hurd binaries without compiler optim
From: |
olafBuddenhagen |
Subject: |
Re: Debian GNU/Hurd: error building hurd binaries without compiler optimization option |
Date: |
Wed, 23 Sep 2009 04:17:00 +0200 |
User-agent: |
Mutt/1.5.19 (2009-01-05) |
Hi,
On Wed, Sep 16, 2009 at 10:26:59PM +0200, computer.enthusiastic wrote:
> Another interesting clue is that the gcc error *ONLY* occurs when the
> -O2 compiler option is omitted from the ./configure file and, this
> way, from the main Makefile. In other words, this error seems not to
> interfere with the standard package building. But, it makes life
> harder to people interested in hurd debugging.
Try -O1 -- it's usually good enough for debugging, but AFAIK doesn't
break the build like -O0 does...
-antrik-