diff options
author | bloodstalker <thabogre@gmail.com> | 2017-02-27 16:21:01 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-02-27 16:21:01 +0000 |
commit | 769b6dc36bb2e76dc28c2cffe89598f8327373a0 (patch) | |
tree | 2431fcdd89b8c4844217024410544f1c605809d2 /samples/action_file.mutator | |
parent | added inclusion guard (diff) | |
download | mutator-769b6dc36bb2e76dc28c2cffe89598f8327373a0.tar.gz mutator-769b6dc36bb2e76dc28c2cffe89598f8327373a0.zip |
added the C2 option
Diffstat (limited to '')
-rw-r--r-- | samples/action_file.mutator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/action_file.mutator b/samples/action_file.mutator index 515709f..e3a18c8 100644 --- a/samples/action_file.mutator +++ b/samples/action_file.mutator @@ -1,7 +1,7 @@ action_name:my_action1 executable_name:mutator-lvl0 #these are the options specific to the executable -exec_opts:-MCEA -MCD=" 10.1 9.1 9.2 9.3 9.3" -SysHeader=false -MainOnly=true +exec_opts:-MCEA -MCD=" 10.1 9.1 9.2 9.3 9.3" -SysHeader=false -MainOnly=true -MCV=C2 in_files:./test/testFuncs1.c ./test/testFuncs2.c ./test/testFuncs3.c #clang options libtooling_options:-std=c90 -I/lib/gcc/x86_64-redhat-linux/6.3.1/include -Wall |