mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Comment about gcc -g.
This commit is contained in:
parent
70f1b78ece
commit
df7c0cb421
1 changed files with 4 additions and 2 deletions
|
|
@ -109,8 +109,10 @@ char *_getpty();
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* -g does not work on Irix, and since gcc warns if you use it,
|
||||
turn off the warning. */
|
||||
/* -g used not to work on Irix unless you used gas, and since gcc
|
||||
warns if you use it, turn off the warning. */
|
||||
/* -g does now work, at least on recent Irix 6 versions with gcc 2.95;
|
||||
I'm not sure about Irix 5 -- fx */
|
||||
#ifdef __GNUC__
|
||||
#define C_DEBUG_SWITCH
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue