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

Makefile: Remove obsolete comment

This commit is contained in:
Saleem Rashid 2017-08-14 13:26:36 +01:00 committed by Pavol Rusnak
parent 5f6c49aebc
commit 8503bec352

View File

@ -23,7 +23,6 @@ CFLAGS += $(OPTFLAGS) \
-Wformat-security \
-Werror
# disable sequence point warning because of AES code
CFLAGS += -I.
CFLAGS += -Iaes
CFLAGS += -Ichacha20poly1305