diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9shr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9shr.h b/src/s/hpux9shr.h index c311313149a..41ef98741c0 100644 --- a/src/s/hpux9shr.h +++ b/src/s/hpux9shr.h | |||
| @@ -4,8 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | #include "hpux9.h" | 5 | #include "hpux9.h" |
| 6 | 6 | ||
| 7 | #if 0 /* No longer needed, since in current GCC -g no longer does that. */ | ||
| 7 | /* We must turn off -g since it forces -static. */ | 8 | /* We must turn off -g since it forces -static. */ |
| 8 | #ifdef __GNUC__ | 9 | #ifdef __GNUC__ |
| 9 | #undef C_DEBUG_SWITCH | 10 | #undef C_DEBUG_SWITCH |
| 10 | #define C_DEBUG_SWITCH | 11 | #define C_DEBUG_SWITCH |
| 11 | #endif | 12 | #endif |
| 13 | #endif | ||