Changeset 6928
- Timestamp:
- 02/13/08 09:02:18 (10 months ago)
- Files:
-
- trunk/configure (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure
r6516 r6928 1312 1312 Build type: 1313 1313 -d, --build-debug build with debugging symbols and assertions 1314 --build-profile build with profiling support 1314 1315 --build-headless build headless (without any X11 frontend) 1315 1316 EOF … … 1373 1374 --build-debug|-d) 1374 1375 BUILD_TYPE=debug 1376 ;; 1377 --build-profile) 1378 BUILD_TYPE=profile 1375 1379 ;; 1376 1380 --build-libxml2) … … 1447 1451 if [ "$BUILD_TYPE" = "debug" ]; then 1448 1452 echo "Creating DEBUG build!" >> $LOG 1453 elif [ "$BUILD_TYPE" = "profile" ]; then 1454 echo "Creating PROFILE build!" >> $LOG 1449 1455 fi 1450 1456

