mirror of
https://github.com/cc65/cc65.git
synced 2025-02-14 19:30:52 +00:00
Added 'any' to --list-opt-steps.
This commit is contained in:
parent
b53206cde7
commit
66b30f0c7a
@ -911,6 +911,8 @@ void ListOptSteps (FILE* F)
|
|||||||
/* List all optimization steps */
|
/* List all optimization steps */
|
||||||
{
|
{
|
||||||
unsigned I;
|
unsigned I;
|
||||||
|
|
||||||
|
fprintf (F, "any\n");
|
||||||
for (I = 0; I < OPTFUNC_COUNT; ++I) {
|
for (I = 0; I < OPTFUNC_COUNT; ++I) {
|
||||||
fprintf (F, "%s\n", OptFuncs[I]->Name);
|
fprintf (F, "%s\n", OptFuncs[I]->Name);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user