On Thu, 3 May 2012 21:26:50 +0200 "Mag. Dr. Nikolaus Klepp" office@klepp.biz wrote:
What's the trick for tqt3?
If you can mandate custom CXXFLAGS, just adding "-g" to them should suffice.
and turn any optimisation off :-)
According to the GCC manual pages -O1 implies -fomit-frame-pointer only if it doesn't interfere with debugging, so it should be safe. Also -fomit-frame-pointer can be reversed by -fno-omit-frame-pointer.
nik
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting