Merge pull request #14 from jhoenicke/master

Disable assertion checking
This commit is contained in:
Pavol Rusnak 2015-02-14 12:38:15 +01:00
commit c369683dc9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ OBJDUMP = $(PREFIX)objdump
FLASH = st-flash FLASH = st-flash
OPENOCD = openocd OPENOCD = openocd
OPTFLAGS = -Os -g OPTFLAGS = -Os -g -DNDEBUG
CFLAGS += $(OPTFLAGS) \ CFLAGS += $(OPTFLAGS) \
-W \ -W \