This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Is there a way to specify profile data file directory?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 23 Apr 2005 19:07:52 -0700
- Subject: Is there a way to specify profile data file directory?
When -fprofile-arcs is used, the directory of profile data is fixed
to the build directory. If I want to run the binary on a different
machine, I have to create the same directory, which may not be very
easy. Is this intentional? Can we have have an option to specify the
different dirctory or to use the current dirctory at the run-time?
H.J.