]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
SALOME 6.5.0 preparation: fix a bug - build occt in release mode, not in debug V6_5_0b1
authorinv <inv@opencascade.com>
Thu, 10 May 2012 09:22:09 +0000 (09:22 +0000)
committerinv <inv@opencascade.com>
Thu, 10 May 2012 09:22:09 +0000 (09:22 +0000)
config_files/OCCT.sh

index cb6536e1ccb60e5a2d5b61b59a88263d939aead0..cfcd6d8c391abd436d31b55864818f673b829a47 100755 (executable)
@@ -144,7 +144,7 @@ if [ "{GL2PSHOME}" != "" ] ; then
     flags="$flags --with-gl2ps=${GL2PSHOME}"
 fi
 # other options
-flags="$flags --disable-production --enable-debug"
+flags="$flags --disable-debug --enable-production"
 
 check_job ${PRODUCT_DIR}/CONFIGURE.LOG ./configure --prefix=${PRODUCT_DIR} $flags