diff options
Diffstat (limited to 'Makefile.preamble')
-rw-r--r-- | Makefile.preamble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.preamble b/Makefile.preamble index 62b221a..75f3afb 100644 --- a/Makefile.preamble +++ b/Makefile.preamble @@ -6,7 +6,7 @@ CFLAGS?=$(OPT) -mcpu=cortex-m4 -mthumb -g -lgcc -static -nostartfiles -Iinclude LD_FLAGS?=-T linker/linker_script.ld -nostdlib --cref -Map linker/main.map -static TEST_PREFIX=x86_64-pc-linux-gnu- -TEST_CFLAGS=-Iinclude -Iinclude/arch/x86_64 -Itest_harness -g3 -ggdb -DFOR_TESTING -Wall +TEST_CFLAGS=-Iinclude -Iinclude/arch/x86_64 -Itest_harness -g3 -ggdb -gdwarf-2 -DFOR_TESTING -Wall all: _$(PREFIX)_obs/main.elf |