This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Disable all optimization options in GCC
- From: Andrew Haley <aph at redhat dot com>
- To: Mohamed Boussaa <mohamedboussaa3 at gmail dot com>, gcc-help at gcc dot gnu dot org
- Date: Thu, 22 Oct 2015 14:02:51 +0100
- Subject: Re: Disable all optimization options in GCC
- Authentication-results: sourceware.org; auth=none
- References: <CADEOxiNzOK65QoDvq+xrBDCDf1MTc2XHWUo4khCsu_PTwyj4Zw at mail dot gmail dot com>
On 10/22/2015 01:47 PM, Mohamed Boussaa wrote:
> What do you think?
If optimization is disabled with -O0, all optimizations are turned
off regardless of the settings of any individual optimization.
Andrew.