https://sourceware.org/bugzilla/show_bug.cgi?id=30880

--- Comment #6 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Vsevolod Alekseyev from comment #5)
> Thanks. The change to configure was intentional but wasn't meant to make it
> into the commit. Is there a built-in way to rebuild readelf with -O0, short
> of messing with the configure?

Not with an already built set of the binutils.  But if you are configuring a
new build then yes:

  $ mkdir build
  $ cd build
  $ <path-to-binutils-sources>/configure --quiet CFLAGS="-O0" CXXFLAGS="-O0"
  $ make

Ie if you set the CFLAGS and/or CXXFLAGS environment variables on the configure
command line then they will be used when the build happens.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to