(file) Return to platform_LINUX_IX86_GNU.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/platform_LINUX_IX86_GNU.mak between version 1.9.2.7 and 1.13.10.1

version 1.9.2.7, 2001/12/01 02:24:19 version 1.13.10.1, 2003/03/13 19:17:05
Line 13 
Line 13 
 ifdef PEGASUS_DEBUG ifdef PEGASUS_DEBUG
 FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS = -g -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 else else
 FLAGS = -O2 -W -Wall -Wno-unused  FLAGS = -O2 -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 SYS_LIBS = -ldl -lpthread  #FLAGS += -DPEGASUS_HAS_SSL -DPEGASUS_HAS_PERFINST
   
   # ATTN KS 20020927 - Add flag to allow conditional testing of interoperability
   # changes during interoperability tests.
   ifdef PEGASUS_SNIA_INTEROP_TEST
    DEFINES+= -DPEGASUS_SNIA_INTEROP_TEST
   endif
   
   #SYS_LIBS = -ldl -lpthread -lcrypt -lssl
   SYS_LIBS = -ldl -lpthread -lcrypt
   
  
 CXX = g++ CXX = g++
  


Legend:
Removed from v.1.9.2.7  
changed lines
  Added in v.1.13.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2