This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Anyway to get compile flags from objects?
- To: christoph-maurer at gmx dot de, gcc at gcc dot gnu dot org
- Subject: Re: Anyway to get compile flags from objects?
- From: dewar at gnat dot com
- Date: Tue, 18 Sep 2001 04:57:11 -0400 (EDT)
In GNAT, we record compilation arguments in the ALI file (which is logically,
though not physically, part of the object file). The ada make utility
(gnatmake) has an option to consider a change of compiler options as reason
to recompile.