-
Notifications
You must be signed in to change notification settings - Fork 11
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
Scripts assume the build is release #4
Comments
I would go with a parameter like we do in https://github.com/fabricedesre/servonk/blob/master/platform/gonk/support/scripts/flash.sh#L8 |
why assume release?
… On 18 Apr 2018, at 16:23, Fabrice Desré ***@***.***> wrote:
I would go with a parameter like we do in https://github.com/fabricedesre/servonk/blob/master/platform/gonk/support/scripts/flash.sh#L8 <https://github.com/fabricedesre/servonk/blob/master/platform/gonk/support/scripts/flash.sh#L8>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA3-lhC0K3EByGBvQfoTCOQ2-Z3oYH0Iks5tp0xugaJpZM4TZm5i>.
|
Because there is no reason to use slower builds as default ones? |
default is debug unless you pass the —release flag
… On 18 Apr 2018, at 16:57, Fabrice Desré ***@***.***> wrote:
Because there is no reason to use slower builds as default ones?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA3-lrUdGKfaN7CqxlFkPK6Ch9qWfBgcks5tp1R1gaJpZM4TZm5i>.
|
Yeah, for the build script. We need to change that actually. Wanna fix that? |
yes i can send a PR for this, but not now gtg busy irl
… On 18 Apr 2018, at 17:02, Fabrice Desré ***@***.***> wrote:
Yeah, for the build script. We need to change that actually. Wanna fix that?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#4 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA3-lvAaJK52Xc8I93uxfQ4_7tfsOMbXks5tp1WJgaJpZM4TZm5i>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those platform/glutin/support/scripts/*.sh assume the build was done in release mode, it should check which one is the most recent (release|debug) and use that, or let the user specify it with an env var.
The text was updated successfully, but these errors were encountered: