In a release build I'm getting the following informational warning from GCC 4.4.7.
note: variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without
Have I exceeded the variable name length supported by variable tracking assignment?
If so, is there a way to adjust the supported size?