diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-03-28 16:57:13 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-04-17 10:50:03 +0200 |
commit | 65c512c3519b68852f64f5e1293cebadee892115 (patch) | |
tree | 4228ef2302653b107a8bf6d7b28187bca2ddb81b /INSTALL | |
parent | 78e230aef16bcd45dba3b038bb0883d528a495bd (diff) | |
download | perl-65c512c3519b68852f64f5e1293cebadee892115.tar.gz |
Correct INSTALL to warn about editing cflags, not cflags.SH
Commit 668cbedd4fc8e9b2 in Nov 2011, as part of a much larger set of edits
and corrections, inadvertently changed 'cflags' to 'cflags.SH', which is
not correct in context.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1271,8 +1271,8 @@ If you have any additional changes to make to the C compiler command line, they can be made in cflags.SH. For instance, to turn off the optimizer on toke.c, find the line in the switch structure for toke.c and put the command optimize='-g' before the ;; . You -can also edit cflags.SH directly, but beware that your changes will be -lost the next time you run Configure. +should not edit the generated file cflags directly, as your changes will +be lost the next time you run Configure, or if you edit config.sh. To explore various ways of changing ccflags from within a hint file, see the file hints/README.hints. |