Extended register file to 64 bits
This commit is contained in:
@@ -21,7 +21,9 @@ VPATH := $(sort $(dir $(SRCS)))
|
||||
|
||||
# Debugigng
|
||||
ifdef DEBUG
|
||||
CXXFLAGS += -g -O0 -DDEBUG_LEVEL=$(DEBUG)
|
||||
# CXXFLAGS += -g -O0 -DDEBUG_LEVEL=$(DEBUG)
|
||||
# simx64
|
||||
CXXFLAGS += -g -O0 -DDEBUG_LEVEL=4
|
||||
else
|
||||
CXXFLAGS += -O2 -DNDEBUG
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user