Complain if unsupported flags are provided after -O

This commit is contained in:
prandeamus
2018-01-07 18:57:48 +00:00
parent 1ea5889a87
commit e7aabce8e9

View File

@@ -986,6 +986,9 @@ int main (int argc, char* argv[])
case 's': case 's':
IS_Set (&InlineStdFuncs, 1); IS_Set (&InlineStdFuncs, 1);
break; break;
default:
UnknownOption (Arg);
break;
} }
} }
break; break;