Options for loop optimization added.
[cparser] / main.c
diff --git a/main.c b/main.c
index a418bf6..8eae020 100644 (file)
--- a/main.c
+++ b/main.c
@@ -909,7 +909,6 @@ int main(int argc, char **argv)
                                                char_is_signed = !truth_value;
                                        } else if (streq(opt, "fast-math")               ||
                                                   streq(opt, "jump-tables")             ||
-                                                  streq(opt, "unroll-loops")            ||
                                                   streq(opt, "expensive-optimizations") ||
                                                   streq(opt, "common")                  ||
                                                   streq(opt, "PIC")                     ||