Skip to content

Commit

Permalink
Disable unions until they are more debugged.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Jul 4, 2011
1 parent 178280a commit 4ff159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utah/scripts/john_driver/random_test.pl
Expand Up @@ -18,7 +18,7 @@
my $PROVIDE_SEED = 1;

my $XTRA = "";
$XTRA .= " --force-globals-static ";
$XTRA .= " --force-globals-static --no-unions --force-non-uniform-arrays";
#$XTRA .= "--no-argc";
#$XTRA .= "--concise ";
#$XTRA .= "--no-paranoid ";
Expand Down

0 comments on commit 4ff159a

Please sign in to comment.