From 81e5f24363cf8f50099b7fbed0fd3bcfaac9d5ea Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 2 Mar 2020 15:11:25 +0100 Subject: Make Barrett reduction work. --- pyecsca/codegen/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyecsca/codegen/Makefile.inc') diff --git a/pyecsca/codegen/Makefile.inc b/pyecsca/codegen/Makefile.inc index 87e85ac..f5454c7 100644 --- a/pyecsca/codegen/Makefile.inc +++ b/pyecsca/codegen/Makefile.inc @@ -129,7 +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 += -flto CFLAGS += -fshort-enums CFLAGS += -Wall CFLAGS += -Wstrict-prototypes -- cgit v1.3.1