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/c/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/c') diff --git a/test/c/Makefile b/test/c/Makefile index 726631d2..a728d182 100644 --- a/test/c/Makefile +++ b/test/c/Makefile @@ -1,6 +1,8 @@ include ../../Makefile.config CCOMP=../../ccomp +# TODO - temporary +# CCOMPOPTS:=$(CCOMPOPTS) -fall-loads-nontrap -fduplicate 2 -fprepass CCOMPFLAGS=$(CCOMPOPTS) -stdlib ../../runtime -dc -dclight -dasm CFLAGS+=-O2 -Wall -- cgit