From ba315f4cf0fb2ac1708e95438e93ed60f71ab111 Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Wed, 18 May 2022 09:52:33 +0200 Subject: [PATCH] compat(optimizer): use compat branch before merging breaking change to master --- compiler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/Makefile b/compiler/Makefile index e366128d1..bcc1ceeee 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -6,7 +6,7 @@ CC_COMPILER= CXX_COMPILER= CONCRETE_OPTIMIZER_DIR ?= $(shell pwd)/.dependencies/concrete-optimizer -CONCRETE_OPTIMIZER_BRANCH ?= master +CONCRETE_OPTIMIZER_BRANCH ?= compat KEYSETCACHEDEV=/tmp/KeySetCache KEYSETCACHECI ?= ../KeySetCache