Skip to content

Commit

Permalink
Oops, also add this option to usage info. Now I see that I failed to
Browse files Browse the repository at this point in the history
add a "yes safe math" option.  Maybe someone else can fix...
  • Loading branch information
regehr committed Aug 22, 2011
1 parent 7f45ae4 commit b911750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RandomProgramGenerator.cpp
Expand Up @@ -175,6 +175,7 @@ static void print_help()
cout << " --max-union-fields <num>: limit the number of union fields to <num> (default 5). " << endl << endl;

cout << " --muls | --no-muls: enable | disable multiplications (enabled by default)." << endl << endl;
cout << " --no-safe-math: Do not emit safe math wrapper functions." << endl << endl;
cout << " --packed-struct | --no-packed-struct: enable | disable packed structs by adding #pragma pack(1) before struct definition (disabled by default)." << endl << endl;
cout << " --paranoid | --no-paranoid: enable | disable pointer-related assertions (disabled by default)." << endl << endl;
cout << " --pointers | --no-pointers: enable | disable pointers (enabled by default)." << endl << endl;
Expand Down

0 comments on commit b911750

Please sign in to comment.