-
-
Notifications
You must be signed in to change notification settings - Fork 617
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
Fix MSC LTO, runtime, subsystem #1552
Conversation
34e874e
to
614f2fa
Compare
FYI, if you had split these fixes into separate PRs (LTO, WindowedApp, runtime flags, warning changes) we could have approved the simpler changes. Because you submitted them all as one PR, they are all now going to be held up awaiting changes. The first checkbox on our PR template says "Focus on a single fix or feature" for a reason. |
614f2fa
to
0ca1576
Compare
@samsinsane - does this one look reasonable to you, now that some of the cruft has been trimmed out? @JoelLinn - you'll need to rebase these changes against the latest master branch (okay if you want to wait for review) |
0ca1576
to
1624293
Compare
@starkos Yeah, overall it looks good. |
Cool. @JoelLinn If you can rebase and squash these changes I'll get it merged. Thanks for the contribution! |
- Link-time optimizations now sets cl and ld flags. - Run-Time selection now adheres to `runtime` setting. - Set Subsystem for WindowedApp
1624293
to
0163b86
Compare
Done. I don't know what to squash though as there is only one commit... |
What does this PR do?
runtime
setting.kind=="WindowedApp"
How does this PR change Premake's behavior?