xbps-src: make sure to apply FFLAGS properly like CFLAGS
This commit is contained in:
parent
3006d4c083
commit
5922df60c7
46 changed files with 53 additions and 48 deletions
|
@ -25,11 +25,12 @@
|
|||
#XBPS_INSTALL_ARGS=""
|
||||
|
||||
# [OPTIONAL]
|
||||
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
||||
# Native Compilation/Preprocessor flags for C/C++/Fortran. Additional settings
|
||||
# for the target architecture are also declared in common/build-profiles/<arch>.sh.
|
||||
#
|
||||
XBPS_CFLAGS="-O2 -pipe"
|
||||
XBPS_CXXFLAGS="${XBPS_CFLAGS}"
|
||||
XBPS_FFLAGS="${XBPS_CFLAGS}"
|
||||
|
||||
# [OPTIONAL]
|
||||
# Linker flags passed to the compiler.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue