diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-09-16 00:41:11 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-09-16 00:41:11 +0000 |
commit | 61b364c3dfeb99579304d83273c06846ed2e75f8 (patch) | |
tree | 6e03adb159494a94954c3409d6a6657627f968c4 /Makefile | |
parent | 6ff1cd8b1cb250130e4196178c90f7efadc620f6 (diff) |
Added a config header that controls inclusion of disassembly and memory model.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |