mirror of
https://github.com/cc65/cc65.git
synced 2025-02-03 22:32:24 +00:00
Complain if unsupported flags are provided after -O
This commit is contained in:
parent
1ea5889a87
commit
e7aabce8e9
@ -986,6 +986,9 @@ int main (int argc, char* argv[])
|
||||
case 's':
|
||||
IS_Set (&InlineStdFuncs, 1);
|
||||
break;
|
||||
default:
|
||||
UnknownOption (Arg);
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user