diff options
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 |