Skip to content

Commit e93aca9

Browse files
committed
Explicitly build with O2 to avoid build errors
1 parent 6aae8dc commit e93aca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Geometry/HGCalCommonData/plugins/BuildFile.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<library name="GeometryHGCalCommonDataPlugin" file="DD*.cc">
2+
<flags CXXFLAGS="-O2" file="DDHGCalPassive.cc"/>
23
<use name="DetectorDescription/Core"/>
34
<use name="FWCore/Framework"/>
45
<use name="FWCore/MessageLogger"/>
@@ -23,6 +24,7 @@
2324
</library>
2425

2526
<library name="DD4hep_GeometryHGCalCommonDataPlugins" file="dd4hep/*.cc">
27+
<flags CXXFLAGS="-O2" file="DDHGCalPassive.cc"/>
2628
<use name="DetectorDescription/DDCMS"/>
2729
<use name="Geometry/HGCalCommonData"/>
2830
<use name="dd4hep"/>

0 commit comments

Comments
 (0)