rgbds icon indicating copy to clipboard operation
rgbds copied to clipboard

Add `-I` as an alias for `-i` in rgbasm

Open Rangi42 opened this issue 3 years ago • 0 comments

gcc uses capital -I as the short flag for -include to list alternative #include paths. Currently rgbasm uses lowercase -i for --include. We don't need to deprecate -i, but should add -I for greater consistency with gcc.

Rangi42 avatar Sep 06 '22 13:09 Rangi42