From 296a9f7396784de7e6ce4e4bd7a23bd50454dab1 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Tue, 21 Sep 2021 11:24:48 +0200 Subject: no packed struct --- test/monniaux/csmith/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/monniaux/csmith/Makefile b/test/monniaux/csmith/Makefile index 5a1d3843..1e4b5e5f 100644 --- a/test/monniaux/csmith/Makefile +++ b/test/monniaux/csmith/Makefile @@ -18,7 +18,7 @@ CFLAGS += -Wno-incompatible-pointer-types ifndef CSMITH CSMITH=csmith/bin/csmith endif -CSMITHOPT=--max-funcs 10 --no-unions +CSMITHOPT=--max-funcs 10 --no-packed-struct MAX=500 PREFIX=ran%06.f -- cgit