Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build vecgeom with default flags i.e. drop explicit -O2 for gcc11 and…
… above
- Loading branch information
d8000cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @smuzaffar, I think this will not work as intended and now build VecGeom without any
-O
flags, so-O0
. If you want to go back to the default, you should remove the setting ofCMAKE_CXX_FLAGS_RELEASE
.d8000cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok ok, thanks for checking