diff options
| author | Dave Love | 1999-08-21 17:23:59 +0000 |
|---|---|---|
| committer | Dave Love | 1999-08-21 17:23:59 +0000 |
| commit | ccecdd38a2c9104ed9c93b2734e8136f422eaa8b (patch) | |
| tree | bf3afd2bef60a935609d77bb791432bbddbc4edb /src | |
| parent | 07d555c6ef53894ad64fc411b2f46974732d8188 (diff) | |
| download | emacs-ccecdd38a2c9104ed9c93b2734e8136f422eaa8b.tar.gz emacs-ccecdd38a2c9104ed9c93b2734e8136f422eaa8b.zip | |
(C_DEBUG_SWITCH): Set for debug and optimize.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/irix6-5.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h index 44bb18e3103..8222c91e4f4 100644 --- a/src/s/irix6-5.h +++ b/src/s/irix6-5.h | |||
| @@ -26,6 +26,11 @@ | |||
| 26 | #ifdef __GNUC__ | 26 | #ifdef __GNUC__ |
| 27 | #undef C_DEBUG_SWITCH | 27 | #undef C_DEBUG_SWITCH |
| 28 | #define C_DEBUG_SWITCH -g | 28 | #define C_DEBUG_SWITCH -g |
| 29 | #else | ||
| 30 | /* Optimize, inaccurate debugging. This should also be applicable | ||
| 31 | other than on Irix 6.5, but I don't know for which compiler | ||
| 32 | versions. -- fx */ | ||
| 33 | #define C_DEBUG_SWITCH -g3 -O | ||
| 29 | #endif | 34 | #endif |
| 30 | 35 | ||
| 31 | #undef SA_RESTART | 36 | #undef SA_RESTART |