mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added optimisation levels
This commit is contained in:
@@ -10,6 +10,7 @@ typedef struct {
|
||||
char* filename;
|
||||
char* source;
|
||||
bool verbose;
|
||||
int optimize;
|
||||
} Command;
|
||||
|
||||
extern Command command;
|
||||
|
||||
Reference in New Issue
Block a user