Show
Ignore:
Timestamp:
05/15/07 06:00:55 (2 years ago)
Author:
patrick
Message:

MFT r20219: Disable building profiled libraries. Right now, Flagpoll does not

quite support what we need in order to be able to build profiled
libraries, and until that is resolved, there is no easy way for
the profiled build to be fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/jackal/editors/Makefile.in

    r19729 r20220  
    4848# If we can build both C and C++ profiled objects, we will build profiled 
    4949# libraries. 
    50 ifeq ($(BUILD_PROF_C), Y) 
    51 ifeq ($(BUILD_PROF_CXX), Y) 
    52    BUILD_PROF_LIBS=   1 
    53 endif 
    54 endif 
     50#ifeq ($(BUILD_PROF_C), Y) 
     51#ifeq ($(BUILD_PROF_CXX), Y) 
     52#   BUILD_PROF_LIBS=  1 
     53#endif 
     54#endif 
    5555 
    5656beandir=                $(projdatadir)/beans