Opened 15 years ago
Closed 15 years ago
#316 closed enhancement (fixed)
More info on setting compiler flags
Reported by: | Alpar Juttner | Owned by: | Akos Ladanyi |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.2 release |
Component: | documentation | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
./configure --help
should provide some more info on how to set the compiler flags, i.e. about the effect of setting CXXFLAGS
and WARNINGCXXFLAGS
on the set of flags eventually be passed to the compiler (WARNINGCXXFLAGS
isn't mentioned at all).
Attachments (2)
Change History (7)
comment:1 follow-up: 2 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 746469db3bd8.patch added |
---|
Changed 15 years ago by
Attachment: | 974c48bda29e.patch added |
---|
comment:4 follow-up: 5 Changed 15 years ago by
Attached a new patch which removes a strange character ([974c48bda29e]).
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to ladanyi:
Attached a new patch which removes a strange character ([974c48bda29e]).
Thanks.
Note: See
TracTickets for help on using
tickets.
I couldn't find any possibility to customise the output of "configure --help" besides the help text for the AC_ARG_WITH and AC_ARG_ENABLE macros. So what should I do? Extend the INSTALL file?