Skip to content
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

Some minor fixes #33

Merged
merged 3 commits into from
Nov 7, 2024
Merged

Some minor fixes #33

merged 3 commits into from
Nov 7, 2024

Conversation

raidenii
Copy link

@raidenii raidenii commented Nov 5, 2024

No description provided.

* Fix win32 compilation warning
* Fix platform env
* Add link for Libretro cores on nightly.link
@AShiningRay AShiningRay self-requested a review November 7, 2024 00:33
CXXFLAGS += -O0 -g
else
CFLAGS += -O3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't cause any issues over here, at least nothing that can be tested on a short time window. Usually i'd go for O2 instead since it is less aggressive and is considered safe enough for the Linux Kernel, but given that this is a project with a FAR smaller scope, O3 should be fine here going forward.

@AShiningRay
Copy link
Collaborator

Well, other than the harmless observation above, i've nothing else to add. Solid Pull Request, merging as is.

@AShiningRay AShiningRay merged commit a4e8699 into TASEmulators:devel Nov 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants