From 61b364c3dfeb99579304d83273c06846ed2e75f8 Mon Sep 17 00:00:00 2001
From: Ian C <ianc@noddybox.co.uk>
Date: Sat, 16 Sep 2006 00:41:11 +0000
Subject: Added a config header that controls inclusion of disassembly and
 memory model.

---
 Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index 6b0f880..9af7178 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 # 
 # -------------------------------------------------------------------------
 # 
-# $Id: Makefile,v 1.15 2006-09-06 23:35:58 ianc Exp $
+# $Id: Makefile,v 1.16 2006-09-16 00:41:11 ianc Exp $
 # 
 
 #
@@ -30,7 +30,7 @@
 # Simply comment out if not, and replace as needed.
 # Other CFLAGS lines *are* required.
 #
-CFLAGS	=	-g -Wall -Werror -pedantic -ansi -O2 -finline-functions
+CFLAGS	=	-g -w -Wsequence-point -O2 -finline-functions
 
 # Decide on what to build.  Options are:
 #	emma	- Simple 'breadboard' computer.
@@ -45,11 +45,7 @@ TARGETS +=	tests
 #
 CFLAGS	+=	`pkg-config --cflags gtk+-2.0`
 
-# Remove this to disable the disassembler (saving some memory)
-#
-CFLAGS	+=	-DENABLE_DISASSEM
-
-# Remove the follwing to disable the use of readline in EMMA
+# Remove the following to disable the use of readline in EMMA
 #
 CFLAGS	+=	-DENABLE_READLINE
 LIBS	+=	-lreadline
-- 
cgit v1.2.3