diff options
Diffstat (limited to '02-usart/Makefile.preamble')
-rw-r--r-- | 02-usart/Makefile.preamble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/02-usart/Makefile.preamble b/02-usart/Makefile.preamble index 486bd67..f6e1370 100644 --- a/02-usart/Makefile.preamble +++ b/02-usart/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 +TEST_CFLAGS=-Iinclude -Iinclude/arch/x86_64 -Itest_harness -g3 -ggdb -DFOR_TESTING -Wall all: _$(PREFIX)_obs/main.elf |