diff options
author | Guy Harris <guy@alum.mit.edu> | 2013-10-21 10:56:33 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2013-10-21 10:56:33 -0700 |
commit | 3b720a31d7800c6e6dcb3e394e4d4b99939fce60 (patch) | |
tree | 2c883e8efd371e901ec93f5f476d35312283edab /tests | |
parent | 66e504756522bb079972fc43e2adef51e07af306 (diff) | |
download | public-3b720a31d7800c6e6dcb3e394e4d4b99939fce60.tar.gz |
Add -g3 on some platforms even if .devel isn't present.
Now that we're requiring autoconf 2.61 or later, AC_PROG_CC sets -g
along with -O2 for GCC-like compilers regardless of whether .devel is
present. Add "include debugging symbols" options for MIPS C/DEC C
regardless of whether .devel is present; that's -g3, which is the
version that doesn't turn optimization off (we also turn on -O).
Also, don't change the ABI on IRIX depending on .devel.
I'm not sure why we were doing that; if somebody has a good reason to
continue doing it, please let us know what it is.
Expand some comments while we're at it.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions