From 173adbc8f7601b390b9f270f18181d083487353f Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Sat, 2 Aug 2008 00:33:59 +0000 Subject: [PATCH] Disabled orthoproject because it wasn't compiling --- config.options.irg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.options.irg b/config.options.irg index 869836bc6..c4c54ce14 100644 --- a/config.options.irg +++ b/config.options.irg @@ -7,8 +7,8 @@ IRG_ARCH=`echo $IRG_ARCH_RAW | awk '{ print tolower( $0 ) }'` IRGPKG_DIR=/irg/packages/$IRG_ARCH ### Configure Options (Alternative to using command line syntax: --enable-FEATURE=[val] ) -ENABLE_DEBUG=no -ENABLE_OPTIMIZE=yes +ENABLE_DEBUG=yes +ENABLE_OPTIMIZE=no ENABLE_LIBTOOL=yes ENABLE_CUSTOM_ARCH_NAME=$IRG_ARCH @@ -24,6 +24,7 @@ ENABLE_APP_POINT2DEM=yes ENABLE_APP_POINT2MESH=yes ENABLE_APP_DISPARITYDEBUG=yes ENABLE_APP_ORBITVIZ=no +ENABLE_APP_ORTHOPROJECT=no ### Package Base Paths - Set these to the directories that contain ### lib/include directories for packages in non-standard locations.