Feature request #227
Print CPPFLAGS and CXXFLAGS in configuration summary
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | Gary Sherman | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 10286 |
Description
This is a tiny enhancement that prints compilation flag values in the configuration summary at the end of ./configure run. Here is sample output:
$ CXXFLAGS="-g -Wall -pedantic" ./configure
... Python : no CPPFLAGS : CXXFLAGS : -g -Wall -pedantic Debug : yes ...
I'd be thankful for accepting this small enhancement because I use various compilation flags quite often when building QGIS.
I included patch ready to apply.
History
#1 Updated by Mateusz Loskot - over 18 years ago
FYI, I applied this small patch to configure.in from the branch called Lib_Refactoring-branch
#2 Updated by Gavin Macaulay - over 18 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Applied to head as SVN a247aa52 (SVN r5671)