From bf2017aafd8c1e2a2b40c0a9fd34a8403b60a9e7 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Fri, 27 May 2005 10:35:48 +0000 Subject: [PATCH] - 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 --- source_code/assert.h | 4 ++-- source_code/smakefile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source_code/assert.h b/source_code/assert.h index 17b67ee..10fb1be 100644 --- a/source_code/assert.h +++ b/source_code/assert.h @@ -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*/ /****************************************************************************/ diff --git a/source_code/smakefile b/source_code/smakefile index 8e820ad..e248081 100644 --- a/source_code/smakefile +++ b/source_code/smakefile @@ -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 ###############################################################################