mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
debug scope environment fix
This commit is contained in:
parent
934416d3ec
commit
ed11defd71
1 changed files with 4 additions and 4 deletions
|
@ -52,15 +52,15 @@ RTL_INCLUDE += $(FPU_INCLUDE)
|
|||
|
||||
# Debugigng
|
||||
ifdef DEBUG
|
||||
CFLAGS += -DNDEBUG -DSCOPE $(DBG_SCOPE_FLAGS)
|
||||
SCOPE_JSON += $(BUILD_DIR)/scope.json
|
||||
else
|
||||
CFLAGS += $(DBG_TRACE_FLAGS)
|
||||
else
|
||||
CFLAGS += -DNDEBUG
|
||||
endif
|
||||
|
||||
# Enable scope analyzer
|
||||
ifdef SCOPE
|
||||
CFLAGS += -DSCOPE
|
||||
CFLAGS += -DSCOPE $(DBG_SCOPE_FLAGS)
|
||||
SCOPE_JSON += $(BUILD_DIR)/scope.json
|
||||
endif
|
||||
|
||||
# Enable perf counters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue