Moderate Activity

Commits : Individual Commit

  Analyzed 7 days ago based on code collected 7 days ago.

Commit ID d9897ec77e5f6e92e7d2eb0806e2b21f11c8817f

Avatar Contributor: magfr
as Magnus Fromreide
Files Modified: 1
Date: 21-May-2012 at 19:46 Lines Added: 1
Repository: git://github.com/fenrus75/powertop.git master Lines Removed: 1
Commit Comment: Remove redundant inclusion of -O2 -g in powertop_CXXFLAGS
When building a program then program_CXXFLAGS replaces AM_CXXFLAGS and
CXXFLAGS is appended to it, this is the reason for the double -O2 -g options
when building the powertop binary.

This patch removes the extra -O2 -g and returns the control of the optimization
and debug flags to CXXFLAGS as one would expect.

Please note that the default value of CXXFLAGS is -O2 -g if the compiler
supports it.

Signed-off-by: Magnus Fromreide <mag...@lysator.liu.se>
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Automake 1 1 0 0 0 0

Changes by File

Showing page 1 of 1
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
src/Makefile.am Automake 1 1 0 0 0 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.