This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
omit-frame-pointer
- From: Andrew Haley <aph at redhat dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 2 Mar 2004 15:18:52 +0000
- Subject: omit-frame-pointer
It looks like -fomit-frame-pointer is going to be the default for x86.
libgcj will be built with -fno-omit-frame-pointer for the time being.
I guess we need to amend our CNI documentation to warn people to
compile their C++ code with -fno-omit-frame-pointer. I'm not sure
where in the CNI docs this should go.
Andrew.