Here is my blog: https://theakash.dev
Some of my work: https://github.com/akashters
youtu.be/1FuaPalNmjg?...
youtu.be/1FuaPalNmjg?...
`make -j$(nproc)` = `ninja -j$(nproc)`
`make install` = `ninja install`
You can just alias make to ninja.
One problem I see is, if you are using cmake is you have to explicitly define your system to be ninja.
`cmake -G Ninja`
`make -j$(nproc)` = `ninja -j$(nproc)`
`make install` = `ninja install`
You can just alias make to ninja.
One problem I see is, if you are using cmake is you have to explicitly define your system to be ninja.
`cmake -G Ninja`