admindefines 398 B

1234567891011
  1. XCOMM $XConsortium: admindefines /main/2 1996/05/07 19:19:28 drk $
  2. #ifdef sun
  3. /*
  4. * Some tooltalk header files contain inline references to internal
  5. * functions. Attempting to compile with -g fails because these
  6. * inline references expand into unresolved symbols. Until tooltalk
  7. * is fixed force use of -g0. See CDExc20311 for details.
  8. */
  9. # define DebuggableCplusplusDebugFlags -g0
  10. #endif