X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fcc65%2Fcodeopt.h;h=4ee2626aae0b752941de5b432d70962015bd671e;hb=c76a8657b3324a7ce203665bbdc720a4f706bf48;hp=15960a99fb555488e6741021582a029daf6a3971;hpb=0218f8c63222c2c26470f73604ce3cd937d8dada;p=cc65 diff --git a/src/cc65/codeopt.h b/src/cc65/codeopt.h index 15960a99f..4ee2626aa 100644 --- a/src/cc65/codeopt.h +++ b/src/cc65/codeopt.h @@ -44,16 +44,19 @@ /*****************************************************************************/ -/* Data */ +/* Code */ /*****************************************************************************/ -/*****************************************************************************/ -/* Code */ -/*****************************************************************************/ +void DisableOpt (const char* Name); +/* Disable the optimization with the given name */ +void EnableOpt (const char* Name); +/* Enable the optimization with the given name */ +void ListOptSteps (FILE* F); +/* List all optimization steps */ void RunOpt (CodeSeg* S); /* Run the optimizer */