Skip to content

Commit

Permalink
[CSmithGenerator] Drop checksum from random flags
Browse files Browse the repository at this point in the history
Using --no-checksum forces Csmith to generate a volatile variable
  • Loading branch information
thetheodor committed Feb 15, 2024
1 parent 42e46db commit d3766b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion diopter/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class CSmithGenerator(Generator):
default_options_pool = [
"arrays",
"bitfields",
"checksum",
"comma-operators",
"compound-assignment",
"consts",
Expand Down

0 comments on commit d3766b2

Please sign in to comment.