[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gprof Octave 4.2.1 with gcc 6.3
From: |
Andreas Weber |
Subject: |
Re: gprof Octave 4.2.1 with gcc 6.3 |
Date: |
Thu, 4 Jan 2018 23:48:04 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 |
Am 04.01.2018 um 23:38 schrieb John W. Eaton:
> Thanks for the compiler flags.
>
> Since -O2 is set in CFLAGS and CXXFLAGS and not some other configuration
> variables that are added to the compiler command, you've disabled
> compiler optimization. Did you intend to do that?
I've read postings on the mailinglists from the last years and so far I
only found postings where someone had problems/was unable to build
octave with -pg so I choosed to disable as most as I can for the first step.
I'll try to add -O2 for the next builds and report if this works.
-- Andy