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

gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS #92754

Merged
merged 7 commits into from
Jun 20, 2022
Prev Previous commit
Next Next commit
Doc/using/configure.rst: Break another long sentence
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
mkoeppe and AA-Turner authored May 17, 2022
commit 04a9c4f782d01c8378a5a155f9b5442807935ec5
4 changes: 2 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ Linker flags

In particular, :envvar:`LDFLAGS` should not contain:

* the compiler flag `-L` (for setting the search path for libraries);
the `-L` flags are processed from left to right, and any flags in
* the compiler flag `-L` (for setting the search path for libraries).
The `-L` flags are processed from left to right, and any flags in
:envvar:`LDFLAGS` would take precedence over user- and package-supplied `-L`
flags.

Expand Down