mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Rename OPT_SMALL to OPT_TINY
This way it is easier to identify the flag passed to the binary (-t). Signed-off-by: AntonioND <antonio_nd@outlook.com>
This commit is contained in:
@@ -89,7 +89,7 @@ main(int argc, char *argv[])
|
||||
smartlinkstartsymbol = optarg;
|
||||
break;
|
||||
case 't':
|
||||
options |= OPT_SMALL;
|
||||
options |= OPT_TINY;
|
||||
break;
|
||||
case 'w':
|
||||
/* Set to set WRAM as a single continuous block as on DMG.
|
||||
|
||||
Reference in New Issue
Block a user