mirror of
https://github.com/cc65/cc65.git
synced 2025-04-01 02:31:56 +00:00
Merge pull request #570 from prandeamus/compiler-optimizer-check
Complain if unsupported flags are provided after -O
This commit is contained in:
commit
5a39dfd56c
@ -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