Skip to content

Commit

Permalink
Explicitly build with O2 to avoid build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jun 11, 2024
1 parent 6aae8dc commit e93aca9
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 e93aca9

Please sign in to comment.