From 554a1693ac2bd81169b28227ea718527136f5e7e Mon Sep 17 00:00:00 2001 From: Baruch Sterin Date: Fri, 21 Jan 2022 22:51:36 +0200 Subject: Move CI to GitHub Actions. Also, a few minor changes that are required to compile ABC under moder compilers. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bdea392a..3976cf7b 100644 --- a/Makefile +++ b/Makefile @@ -61,9 +61,9 @@ ifneq ($(findstring arm,$(shell uname -m)),) CFLAGS += -DABC_MEMALIGN=4 endif -# compile ABC using the C++ comipler and put everything in the namespace $(ABC_NAMESPACE) +# compile ABC using the C++ compiler and put everything in the namespace $(ABC_NAMESPACE) ifdef ABC_USE_NAMESPACE - CFLAGS += -DABC_NAMESPACE=$(ABC_USE_NAMESPACE) -fpermissive + CFLAGS += -DABC_NAMESPACE=$(ABC_USE_NAMESPACE) -fpermissive -x c++ CC := $(CXX) $(info $(MSG_PREFIX)Compiling in namespace $(ABC_NAMESPACE)) endif -- cgit v1.2.3