libDtSearch: Remove optional code for NO_DBN which is not used on CDE
[oweals/cde.git] / cde / programs / ttsnoop / admindefines
1 XCOMM $XConsortium: admindefines /main/2 1996/05/07 19:19:48 drk $
2
3 #ifdef sun
4 /*
5  * Some tooltalk header files contain inline references to internal
6  * functions.  Attempting to compile with -g fails because these
7  * inline references expand into unresolved symbols.  Until tooltalk
8  * is fixed force use of -g0.  See CDExc20311 for details. 
9  */
10 # define DebuggableCplusplusDebugFlags -g0
11 #endif