mirror of
https://github.com/cc65/cc65.git
synced 2025-01-06 22:31:52 +00:00
Merge pull request #360 from cacciatc/master
Added 'any' to --list-opt-steps.
This commit is contained in:
commit
4b78364b8b
@ -911,6 +911,8 @@ void ListOptSteps (FILE* F)
|
||||
/* List all optimization steps */
|
||||
{
|
||||
unsigned I;
|
||||
|
||||
fprintf (F, "any\n");
|
||||
for (I = 0; I < OPTFUNC_COUNT; ++I) {
|
||||
fprintf (F, "%s\n", OptFuncs[I]->Name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user