diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-05 17:47:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-10-05 17:47:18 +0000 |
commit | be91976103cab950f954aa9a8e6a6fcdc939a167 (patch) | |
tree | 7facc968415669361e5467ed2d3065f5471d5455 /INSTALL | |
parent | c365aeb0721d3749bb5f94f09a3ad97ec6131805 (diff) | |
download | skalibs-be91976103cab950f954aa9a8e6a6fcdc939a167.tar.xz |
Better *FLAGS management; prepare for 2.6.0.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -51,9 +51,10 @@ nevertheless, a few standard environment variables are recognized. detection by configure. The --host=HOST option will still add a HOST- prefix to the value of CC. - The values of CFLAGS, CPPFLAGS and LDFLAGS will be appended to flags -auto-detected by configure. To entirely override the flags set by -configure instead, use make variables. + The values of CFLAGS, CPPFLAGS and LDFLAGS will be appended to the +default flags set by configure. To override those defaults instead +of appending to them, use the CPPFLAGS, CFLAGS and LDFLAGS +_make variables_ instead of environment variables. * Make variables |