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

make: assign config=player as default, fixes missing -O3 compiler optimization #265

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

jstine35
Copy link
Collaborator

Removed the use of ?= assignment in gnu make, which doesn't work the way the documentation implies. The standard assignment of gnu make (=) is sufficient to the task of assigning a variable if and only if the variable was not previously assigned on the command line.

Added a check to throw an error if the config is missing

@jstine35 jstine35 requested a review from kivutar January 22, 2025 05:58
…imization

Removed the use of `?=` assignment in gnu make, which doesn't work the way the documentation implies. The standard assignment of gnu make (`=`) is sufficient to the task of assigning a variable if and only if the variable was not previously assigned on the command line.

Added a check to throw an error if the config is missing
@jstine35 jstine35 merged commit c0db853 into libretro:master Jan 24, 2025
10 checks passed
@jstine35 jstine35 deleted the enable_player_opts branch January 25, 2025 01:46
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