Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print CPPFLAGS and CXXFLAGS in configuration summary #10286

Closed
qgib opened this issue Aug 6, 2006 · 2 comments
Closed

Print CPPFLAGS and CXXFLAGS in configuration summary #10286

qgib opened this issue Aug 6, 2006 · 2 comments
Labels
Build/Install Related to compiling or installing QGIS Feature Request

Comments

@qgib
Copy link
Contributor

qgib commented Aug 6, 2006

Author Name: Mateusz Loskot - (Mateusz Loskot -)
Original Redmine Issue: 227

Redmine category:build/install
Assignee: Gary Sherman


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.


@qgib
Copy link
Contributor Author

qgib commented Aug 6, 2006

Author Name: Mateusz Loskot - (Mateusz Loskot -)


FYI, I applied this small patch to configure.in from the branch called "Lib_Refactoring-branch":https://svn.qgis.org/trac/browser/branches/Lib_Refactoring-branch

@qgib
Copy link
Contributor Author

qgib commented Aug 6, 2006

Author Name: Gavin Macaulay - (Gavin Macaulay -)


Applied to head as SVN a247aa5 (SVN r5671)


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib qgib added Feature Request Build/Install Related to compiling or installing QGIS labels May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build/Install Related to compiling or installing QGIS Feature Request
Projects
None yet
Development

No branches or pull requests

1 participant