From 9a8fcdd29d763d2b5650166ddd5b359a8bfed373 Mon Sep 17 00:00:00 2001 From: Sylvain Boulmé Date: Fri, 24 Jul 2020 14:33:57 +0200 Subject: trace quand le simulateur est appele --- test/regression/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression') diff --git a/test/regression/Makefile b/test/regression/Makefile index 87827282..8b2f4021 100644 --- a/test/regression/Makefile +++ b/test/regression/Makefile @@ -2,7 +2,7 @@ include ../../Makefile.config CCOMP=../../ccomp # TODO - temporary -CCOMPOPTS:=$(CCOMPOPTS) -fall-loads-nontrap -fduplicate 2 -fprepass +# CCOMPOPTS:=$(CCOMPOPTS) -fall-loads-nontrap -fduplicate 2 -fprepass CCOMPFLAGS=$(CCOMPOPTS) -stdlib ../../runtime \ -dparse -dc -dclight -dasm -fall \ -DARCH_$(ARCH) -DMODEL_$(MODEL) -- cgit