Re: svn commit: r1922086 - /subversion/trunk/CMakeLists.txt
Daniel Sahlberg <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.comp.apache.ode.devel |
|---|---|
| Message-ID | <CAMHy98OFd+_jQoYoJ0eSvuMn6sC8b5fwXyaVUSG9eo50pAznDw@mail.gmail.com> |
Den mån 25 nov. 2024 kl 15:10 skrev <[email protected]>: > ### This makes configure step too slow if the option is enabled. Can we > ### prevent regeneration of the tests list if these files haven't been > ### changed? Probably, I'll look at this a bit more, if we consider this > ### as an issue. > ### > ### However, when I measured the time taken to configure CMake, I got just > ### 6.5s with the option enabled, against 0.8s when it has been disabled... > This looks great. I think the slowdown is more than acceptable since: - It is off by default so it won't slowdown a non-user. - It adds a lot of value to those who use it. If you find an easy way to recover this lost time it'd be nice but I think other things should have higher priority. Cheers, Daniel