First, let me apologize for posting the same question twice--didn't realize that the system takes a while to authorize new posts.
Thank you for replying! Interesting that you mention you're a CMake developer. I'm also considering CMake. I like that it abstracts the underlying tools and architecture, so I can chose Ninja, for example. But I don't know how CMake handles dependencies, so there's that. On Thursday, December 19, 2019 at 7:19:17 PM UTC-6, Ben Boeckel wrote: > > On December 19, 2019 8:15:36 PM EST, Ben Boeckel <[email protected] > <javascript:>> wrote: > >You also miss reruns on flag changes and command line updates with > >Make. Getting that right is tricky and can make things even slower > >(file per compilation -> slow due to umpteen thousand tiny files, file > >per target -> inefficient build potential, but ok if you have uniform > >flags per library/executable). > > Ah, Tup also handles environment variable changed. Not sure I know of > other build executors which do that off-hand. > > --Ben > -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tup-users/aff1689e-46ad-4798-b9c1-55878972013a%40googlegroups.com.
