Minor fixes around the debugger (#1677)

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2017-03-23 01:08:06 +01:00
committed by yichoi
parent fa5d5febcc
commit 852a6aef53
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -177,10 +177,10 @@ endif()
# Enable debugger
if(FEATURE_DEBUGGER)
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER)
endif()
# Debugger port
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER_PORT=${FEATURE_DEBUGGER_PORT})
# Debugger port
set(DEFINES_JERRY ${DEFINES_JERRY} JERRY_DEBUGGER_PORT=${FEATURE_DEBUGGER_PORT})
endif()
# Memory management stress-test mode
if(FEATURE_MEM_STRESS_TEST)