VirtualBox

Changeset 6928

Show
Ignore:
Timestamp:
02/13/08 09:02:18 (10 months ago)
Author:
vboxsync
Message:

add --build-profile switch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r6516 r6928  
    13121312Build type: 
    13131313  -d, --build-debug        build with debugging symbols and assertions 
     1314  --build-profile          build with profiling support 
    13141315  --build-headless         build headless (without any X11 frontend) 
    13151316EOF 
     
    13731374    --build-debug|-d) 
    13741375      BUILD_TYPE=debug 
     1376      ;; 
     1377    --build-profile) 
     1378      BUILD_TYPE=profile 
    13751379      ;; 
    13761380    --build-libxml2) 
     
    14471451if [ "$BUILD_TYPE" = "debug" ]; then 
    14481452  echo "Creating DEBUG build!" >> $LOG 
     1453elif [ "$BUILD_TYPE" = "profile" ]; then 
     1454  echo "Creating PROFILE build!" >> $LOG 
    14491455fi 
    14501456 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy