aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux')
-rw-r--r--test/monniaux/yarpgen/Makefile2
1 files changed, 1 insertions, 1 deletions
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)) \