mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
Merge pull request #14 from jhoenicke/master
Disable assertion checking
This commit is contained in:
commit
c369683dc9
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user