- Updated the default build options.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/amiga-smbfs/trunk@8 26594b9e-b914-4e86-b7a1-9402bd427170
This commit is contained in:
Olaf Barthel
2005-05-27 10:35:48 +00:00
parent 7c08caefaa
commit bf2017aafd
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* $Id: assert.h,v 1.2 2005-05-27 09:48:26 obarthel Exp $
* $Id: assert.h,v 1.3 2005-05-27 10:35:48 obarthel Exp $
*
* :ts=8
*
@@ -33,7 +33,7 @@
* all the necessary dependency lines in place).
*/
#define DEBUG
/*#define DEBUG*/
/****************************************************************************/
+5 -5
View File
@@ -1,5 +1,5 @@
#
# $Id: smakefile,v 1.2 2005-05-27 09:48:26 obarthel Exp $
# $Id: smakefile,v 1.3 2005-05-27 10:35:48 obarthel Exp $
#
# :ts=8
#
@@ -56,10 +56,10 @@ VERSION = 1
###############################################################################
OPTIMIZE = optimize opttime optinline optinlocal optschedule
#CPU = any
CPU = 060
#DEBUG = line
DEBUG = symbolflush noopt define=DEBUG
CPU = any
#CPU = 060
DEBUG = line
#DEBUG = symbolflush noopt define=DEBUG
###############################################################################