From e1fb8ff636881054d7223129d61b214cce36acf7 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Sat, 28 Mar 2020 10:48:51 +0100 Subject: some more Makefile fixes (disable cse2 it's too slow) --- test/monniaux/yarpgen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/monniaux') diff --git a/test/monniaux/yarpgen/Makefile b/test/monniaux/yarpgen/Makefile index 8023902b..f94dffce 100644 --- a/test/monniaux/yarpgen/Makefile +++ b/test/monniaux/yarpgen/Makefile @@ -11,7 +11,7 @@ endif MAX=300 PREFIX=ran%06.f -CCOMPFLAGS+=-funprototyped -fbitfields +CCOMPFLAGS+=-funprototyped -fbitfields -fno-cse2 # FIXME TESTS_C=$(shell seq --format $(PREFIX)/func.c 1 $(MAX)) \ $(shell seq --format $(PREFIX)/driver.c 1 $(MAX)) \ -- cgit