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

Fix flags usage #77

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix flags usage #77

wants to merge 2 commits into from

Conversation

Batchyx
Copy link

@Batchyx Batchyx commented Mar 5, 2023

Most Linux packaging systems provide generic CPPFLAGS/CFLAGS/LDFLAGS
environement variables that should be used by every package.

These patches make sure these variables are used correctly.

Batchyx added 2 commits March 5, 2023 16:19
Most Linux packaging systems provide a generic CPPFLAGS environement
variable that should be used by every package.
CFLAGS may contain CPU architecture-related flags and these should also
be passed to the linker.  This mirror the behavior of most other build
systems.
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.

1 participant