make: enable debugging symbols on host

This commit is contained in:
S.J.R. van Schaik 2017-06-14 13:05:27 +02:00
parent 59a71a4608
commit 842ee06ee1

View file

@ -1,3 +1,5 @@
CFLAGS += -g
obj-y += source/drivers/sandbox_flash.o
obj-y += source/drivers/stdio_console.o