diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index e93ce484cb9..665b1071b71 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -351,7 +351,9 @@ CC=gcc | |||
| 351 | if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ | 351 | if (ioctl (xforkin, I_PUSH, "ttcompat") == -1) \ |
| 352 | fatal ("ioctl I_PUSH ttcompat", errno); | 352 | fatal ("ioctl I_PUSH ttcompat", errno); |
| 353 | 353 | ||
| 354 | #ifdef __GNUC__ | ||
| 354 | #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard | 355 | #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard |
| 356 | #endif | ||
| 355 | 357 | ||
| 356 | #endif /* ELF */ | 358 | #endif /* ELF */ |
| 357 | 359 | ||