Skip to content

Commit

Permalink
Merge pull request #5107 from ktf/drop-mrecip
Browse files Browse the repository at this point in the history
Drop -mrecip completely.
  • Loading branch information
ktf committed Sep 2, 2014
2 parents fd98a8e + e1e62cc commit 4b16e58
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions RecoEgamma/EgammaPhotonAlgos/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<use name="FWCore/Framework"/>
<use name="FWCore/ParameterSet"/>
Expand Down
3 changes: 0 additions & 3 deletions RecoVertex/PrimaryVertexProducer/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>
<use name="DataFormats/BeamSpot"/>
<use name="DataFormats/VertexReco"/>
<use name="FWCore/Framework"/>
Expand Down
3 changes: 0 additions & 3 deletions TrackingTools/GsfTools/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<use name="boost"/>
<use name="CLHEP"/>
Expand Down
3 changes: 0 additions & 3 deletions TrackingTools/GsfTracking/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<use name="boost"/>
<use name="CLHEP"/>
Expand Down
3 changes: 0 additions & 3 deletions TrackingTools/KalmanUpdators/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast -funroll-all-loops"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<flags CXXFLAGS="-O3"/>
<use name="boost"/>
Expand Down
3 changes: 0 additions & 3 deletions TrackingTools/TrackFitters/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<use name="boost"/>
<use name="CLHEP"/>
Expand Down
3 changes: 0 additions & 3 deletions TrackingTools/TrajectoryState/BuildFile.xml
@@ -1,7 +1,4 @@
<flags CXXFLAGS="-Ofast"/>
<compiler name="gcc">
<flags CXXFLAGS="-mrecip"/>
</compiler>

<use name="DataFormats/Common"/>
<use name="DataFormats/GeometrySurface"/>
Expand Down

0 comments on commit 4b16e58

Please sign in to comment.