Added optimisation levels

This commit is contained in:
2022-08-06 05:59:29 +01:00
parent 577d1965cb
commit 6b33895f75
6 changed files with 35 additions and 65 deletions

View File

@@ -10,6 +10,7 @@ typedef struct {
char* filename;
char* source;
bool verbose;
int optimize;
} Command;
extern Command command;