blob: e0b930918bf9d2b912e65b3a609b22c9895501af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
*** ./imake/iludefs.in.orig Thu Nov 5 19:22:09 1998
--- ./imake/iludefs.in Mon Nov 30 19:19:09 1998
***************
*** 121,130 ****
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
#endif /* ADD_IDL_SUPPORT */
! /* for debugging support */
! #ifdef ENABLE_DEBUGGING
! CDEBUGFLAGS = -g
! #endif
SECURITYLIBS =
SECURITYINCLUDES =
--- 121,127 ----
IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@
#endif /* ADD_IDL_SUPPORT */
! CDEBUGFLAGS = -g -O -D_THREAD_SAFE -pthread
SECURITYLIBS =
SECURITYINCLUDES =
|