-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
RGBDS is dirty :D #64
Comments
Or we could incorporate this little change (adding symbol for every CPU instruction with some flag) to rgbs source code and no longer need patching rgbds source for rgbds-live build 👹 |
Is there a particular reason why we don't want "dirty" to be part of the version code? I would argue it's actually useful to know that we're not running a vanilla version of RGBDS but in fact it's patched... |
But this patch is only for debuging purpose. It just adds unique symbol for every CPU instruction. Also I did it becuase Sylvie's comment here |
When we build rgbd after patching version shown with
--version
becomesvX.X.X-dirty
it is because
--dirty
flag passed to git in build scriptWe could try to patch it out as without this flag version will no longer be dirty
Edit: or here?
The text was updated successfully, but these errors were encountered: