`Util/Util.cpp` always compiled (Follow-up from "Resolve "better solution to create/update src/OPALrevision.h")
The following discussion from !381 (merged) should be addressed:
-
@kraus started a discussion: (+1 comment)
The downside of the current method is that
Util/Util.cpp
is compiled every timemake
is called. It is compiled even if there are no other files that have to be compiled, e.g. when callingmake
twice without changing anything inbetween.