← Back to context Comment by IshKebab 1 month ago My work uses this and it's slooooooow. Would not recommend. 5 comments IshKebab Reply elitepleb 1 month ago the command file generator is usually last to blame for a slow compile, making it output a cmake/ninja/make project would not speed up a poorly structured compilation tree at all junon 1 month ago I don't believe xmake is a command file generator, is it? elitepleb 1 month ago it has a feature to output such files, see https://github.com/xmake-io/xmake?tab=readme-ov-file#generat... willaaaaaaa 1 month ago is that so? my experience's quite good warmwaffles 1 month ago It's fast. I don't know if they are conflating the actual compiler being slow with xmake executing it.
elitepleb 1 month ago the command file generator is usually last to blame for a slow compile, making it output a cmake/ninja/make project would not speed up a poorly structured compilation tree at all junon 1 month ago I don't believe xmake is a command file generator, is it? elitepleb 1 month ago it has a feature to output such files, see https://github.com/xmake-io/xmake?tab=readme-ov-file#generat...
junon 1 month ago I don't believe xmake is a command file generator, is it? elitepleb 1 month ago it has a feature to output such files, see https://github.com/xmake-io/xmake?tab=readme-ov-file#generat...
elitepleb 1 month ago it has a feature to output such files, see https://github.com/xmake-io/xmake?tab=readme-ov-file#generat...
willaaaaaaa 1 month ago is that so? my experience's quite good warmwaffles 1 month ago It's fast. I don't know if they are conflating the actual compiler being slow with xmake executing it.
warmwaffles 1 month ago It's fast. I don't know if they are conflating the actual compiler being slow with xmake executing it.
the command file generator is usually last to blame for a slow compile, making it output a cmake/ninja/make project would not speed up a poorly structured compilation tree at all
I don't believe xmake is a command file generator, is it?
it has a feature to output such files, see https://github.com/xmake-io/xmake?tab=readme-ov-file#generat...
is that so? my experience's quite good
It's fast. I don't know if they are conflating the actual compiler being slow with xmake executing it.