Skip to content

Commit

Permalink
Merge pull request #45201 from smuzaffar/fix-o3-nonlto
Browse files Browse the repository at this point in the history
Explicitly build with O2 to avoid build errors
  • Loading branch information
cmsbuild authored Jun 13, 2024
2 parents 11872f2 + e93aca9 commit d0c5d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Geometry/HGCalCommonData/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<library name="GeometryHGCalCommonDataPlugin" file="DD*.cc">
<flags CXXFLAGS="-O2" file="DDHGCalPassive.cc"/>
<use name="DetectorDescription/Core"/>
<use name="FWCore/Framework"/>
<use name="FWCore/MessageLogger"/>
Expand All @@ -23,6 +24,7 @@
</library>

<library name="DD4hep_GeometryHGCalCommonDataPlugins" file="dd4hep/*.cc">
<flags CXXFLAGS="-O2" file="DDHGCalPassive.cc"/>
<use name="DetectorDescription/DDCMS"/>
<use name="Geometry/HGCalCommonData"/>
<use name="dd4hep"/>
Expand Down

0 comments on commit d0c5d92

Please sign in to comment.