1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-02 04:18:20 +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 \ -Wformat-security \
-Werror -Werror
# disable sequence point warning because of AES code
CFLAGS += -I. CFLAGS += -I.
CFLAGS += -Iaes CFLAGS += -Iaes
CFLAGS += -Ichacha20poly1305 CFLAGS += -Ichacha20poly1305