From 842ee06ee1b7313fc2e262517e3c5a6ed37b0022 Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Wed, 14 Jun 2017 13:05:27 +0200 Subject: [PATCH] make: enable debugging symbols on host --- scripts/Makefile.host | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Makefile.host b/scripts/Makefile.host index 96de7ee..12b83e1 100644 --- a/scripts/Makefile.host +++ b/scripts/Makefile.host @@ -1,3 +1,5 @@ +CFLAGS += -g + obj-y += source/drivers/sandbox_flash.o obj-y += source/drivers/stdio_console.o