From b3e45bf773cec6ecf3f2a702c0b48c9dbfab0c04 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Mar 2020 00:03:57 +0100 Subject: Add reduction functions, add global trigger for whole cmd. --- pyecsca/codegen/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'pyecsca/codegen/Makefile.inc') diff --git a/pyecsca/codegen/Makefile.inc b/pyecsca/codegen/Makefile.inc index bb8a08d..87e85ac 100644 --- a/pyecsca/codegen/Makefile.inc +++ b/pyecsca/codegen/Makefile.inc @@ -129,6 +129,7 @@ CFLAGS += -funsigned-char CFLAGS += -funsigned-bitfields # Note: -fpack-struct is dangerous! This is only included in XMEGA/AVR HAL #CFLAGS += -fpack-struct +CFLAGS += -flto CFLAGS += -fshort-enums CFLAGS += -Wall CFLAGS += -Wstrict-prototypes -- cgit v1.3.1