[Lunar-commits] <moonbase> d1x-rebirth: no need for debugging on

Paul Bredbury brebs at lunar-linux.org
Tue Sep 8 13:58:17 CEST 2009


commit e4c5fcae06f869e2832568727ad747029f1284da
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Tue Sep 8 18:58:17 2009 +0700

    d1x-rebirth: no need for debugging on
    
    The problem was that I had corrupted data files.
---
 zbeta/d1x-rebirth/BUILD |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/zbeta/d1x-rebirth/BUILD b/zbeta/d1x-rebirth/BUILD
index 77ad41e..6b8589c 100644
--- a/zbeta/d1x-rebirth/BUILD
+++ b/zbeta/d1x-rebirth/BUILD
@@ -4,8 +4,7 @@
   # Replaces dos2unix, to fix line-endings
   sedit 's/\r//' *.txt &&
 
-  # Added "debug=1" to prevent crash when exiting program
-  OPTS="$OPTS prefix=/usr sdlmixer=1 debug=1" &&
+  OPTS+=" prefix=/usr sdlmixer=1 debug=0" &&
   scons $OPTS &&
   
   prepare_install &&


More information about the Lunar-commits mailing list