buildflags.md: Fix formatting issue in %build_fflags documentation
This commit is contained in:
parent
e682ecf67c
commit
d1702bd08e
@ -41,7 +41,7 @@ Individual build flags are also available through RPM macros:
|
|||||||
variable `RPM_OPT_FLAGS` is set to this value.
|
variable `RPM_OPT_FLAGS` is set to this value.
|
||||||
* `%{build_cxxflags}` for the C++ compiler flags (usually assigned to
|
* `%{build_cxxflags}` for the C++ compiler flags (usually assigned to
|
||||||
the `CXXFLAGS` shell variable).
|
the `CXXFLAGS` shell variable).
|
||||||
* `%{build_fflags} for `FFLAGS` (the Fortran compiler flags, also
|
* `%{build_fflags}` for `FFLAGS` (the Fortran compiler flags, also
|
||||||
known as the `FCFLAGS` variable).
|
known as the `FCFLAGS` variable).
|
||||||
* `%{build_ldflags}` for the link editor (ld) flags, usually known as
|
* `%{build_ldflags}` for the link editor (ld) flags, usually known as
|
||||||
`LDFLAGS`. Note that the contents quotes linker arguments using
|
`LDFLAGS`. Note that the contents quotes linker arguments using
|
||||||
|
Loading…
Reference in New Issue
Block a user