1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

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

View File

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