runtime test update

This commit is contained in:
Blaise Tine
2021-08-06 18:05:04 -07:00
parent d7948a1ce6
commit bf8f249754
5 changed files with 91 additions and 49 deletions

View File

@@ -15,7 +15,7 @@ SRCS = util.cpp args.cpp mem.cpp pipeline.cpp warp.cpp core.cpp decode.cpp execu
# Debugigng
ifdef DEBUG
CXXFLAGS += -DDEBUG_LEVEL=3
CXXFLAGS += -DDEBUG_LEVEL=$(DEBUG)
else
CXXFLAGS += -DNDEBUG
endif