target: mbedos5: Change to debug profiles (#1531)

In mbed OS 5.3 (which we target with JerryScript on mbed) we change the way debug builds are created. This patch changes the Makefile in JerryScript to reflect this.

JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
This commit is contained in:
Jan Jongboom 2017-01-17 14:55:23 +01:00 committed by Tilmann Scheller
parent 471ad284f6
commit ec14622cb1

View File

@ -39,7 +39,7 @@ MBED_CLI_FLAGS += --build $(EXTERN_BUILD_DIR)
endif
ifeq ($(DEBUG), 1)
MBED_CLI_FLAGS += -o debug-info
MBED_CLI_FLAGS += --profile ./mbed-os/tools/profiles/debug.json
endif
ifeq ($(MBED_VERBOSE), 1)