Skip to content

Add -I as an alias for -i in rgbasm #1045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Rangi42 opened this issue Sep 6, 2022 · 0 comments · Fixed by #1056
Closed

Add -I as an alias for -i in rgbasm #1045

Rangi42 opened this issue Sep 6, 2022 · 0 comments · Fixed by #1056
Assignees
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
Milestone

Comments

@Rangi42
Copy link
Contributor

Rangi42 commented Sep 6, 2022

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 Rangi42 added enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM labels Sep 6, 2022
@Rangi42 Rangi42 added this to the 0.6.0 milestone Sep 6, 2022
ISSOtm added a commit to ISSOtm/rgbds that referenced this issue Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Typically new features; lesser priority than bugs rgbasm This affects RGBASM
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants