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

Diff for /pegasus/mak/config-linux.mak between version 1.38 and 1.41

version 1.38, 2005/12/14 22:15:31 version 1.41, 2006/01/19 16:58:25
Line 44 
Line 44 
  
 # Enable OOP by default if preference not already set in the environment # Enable OOP by default if preference not already set in the environment
 # #
 ifndef PEGASUS_DEFAULT_OOP_ON  ifndef PEGASUS_DEFAULT_ENABLE_OOP
 PEGASUS_DEFAULT_OOP_ON = true  PEGASUS_DEFAULT_ENABLE_OOP = true
 endif endif
  
  
Line 113 
Line 113 
 ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
 FLAGS += -g -fPIC -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS += -g -fPIC -W -Wall -Wno-unused  -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 else else
 FLAGS += -fPIC -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT -s -fno-enforce-eh-specs  FLAGS += -fPIC -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT -s
     EXTRA_CXX_FLAGS += -fno-enforce-eh-specs
   ifdef PEGASUS_OPTIMIZE_FOR_SIZE   ifdef PEGASUS_OPTIMIZE_FOR_SIZE
     FLAGS += -Os     FLAGS += -Os
   else   else
Line 121 
Line 122 
   endif   endif
 endif endif
  
   FLAGS += $(CXX_MACHINE_OPTIONS)
   
 ifndef PEGASUS_USE_MU_DEPEND ifndef PEGASUS_USE_MU_DEPEND
 PEGASUS_HAS_MAKEDEPEND = yes PEGASUS_HAS_MAKEDEPEND = yes
 endif endif


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.41

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2