From c8460123f77521df02362a9e5c4b3282980cbbaf Mon Sep 17 00:00:00 2001 From: chad Date: Wed, 16 Jan 2013 22:58:29 +0000 Subject: [PATCH] Bugs file. git-svn-id: http://www.cdkersey.com/harp/harptool@113 0246edb2-e076-4747-b392-db732a341fa2 --- src/BUGS | 0 src/Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/BUGS diff --git a/src/BUGS b/src/BUGS new file mode 100644 index 00000000..e69de29b diff --git a/src/Makefile b/src/Makefile index 90592ddf..1fc782d3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ ################################################################################ # HARPtools by Chad D. Kersey, Summer 2011 # ################################################################################ -CXXFLAGS=-g -fPIC +CXXFLAGS=-g -fPIC -DUSE_DEBUG=3 LIB_OBJS=args.o obj.o mem.o core.o instruction.o enc.o util.o lex.yy.o