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