- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 492
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
Use O3 + flto with all but msvc #2696
Merged
+101
−47
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1509815
use O3 with flto
Miguel-hrvs f110074
fix msvc builds
Miguel-hrvs 93f39b0
back to minsizerel in msvc, baremetal and 3ds
Miguel-hrvs f7fb88a
default to static in builds with flto
Miguel-hrvs 31643c1
use ubuntu 22.04 for linux amd64
Miguel-hrvs 98c42b9
use gcc12 in ubuntu 22.04
Miguel-hrvs e09db91
include ubuntu24.04 + gcc14 for linux amd64
Miguel-hrvs 0d87324
Update build.yml
Miguel-hrvs dcf552a
Update build.yml
Miguel-hrvs e8d0c0b
add required dep for ubuntu24.04
Miguel-hrvs f8d087d
Update build.yml
Miguel-hrvs a6cd9af
try to force strict aliasing
Miguel-hrvs f37c6a0
revert and try to get latest gcc14
Miguel-hrvs 7642807
build with Os + flto to compare
Miguel-hrvs 6b6f47e
compile with O2 with flto to compare
Miguel-hrvs 08a7ce2
go back to O3+flto as is the faster option
Miguel-hrvs 33b09b6
forgot to use release in android
Miguel-hrvs 19e9ec6
use macos13 as 12 is being deprecated
Miguel-hrvs 58f04b2
Merge branch 'nesbox:main' into opt-flags
Miguel-hrvs 80c5858
more platforms
Miguel-hrvs 44ffacb
Merge branch 'main' into opt-flags
nesbox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
default to static in builds with flto
commit f7fb88a19e34df43e7105c489db7f79bf3dcc577
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it a good idea to have everything built statically when we recently made all scripts run dynamically as shared libs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, let's resolve this later