Feature request #227

Print CPPFLAGS and CXXFLAGS in configuration summary

Added by Mateusz Loskot - over 17 years ago. Updated over 17 years ago.

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.

configure.in-cxxflags-mloskot-20060806.patch Magnifier - configure.in patch (425 Bytes) Mateusz Loskot -, 2006-08-06 04:34 PM

History

#1 Updated by Mateusz Loskot - over 17 years ago

FYI, I applied this small patch to configure.in from the branch called Lib_Refactoring-branch

#2 Updated by Gavin Macaulay - over 17 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Applied to head as SVN a247aa52 (SVN r5671)

Also available in: Atom PDF