mirror of
https://github.com/rui314/mold.git
synced 2024-11-13 09:39:13 +03:00
e4e8535345
I was experimenting with cmake to see if it is useful for mold, but it looks like using cmake doesn't make much sense for us. So I'm undoing all changes that I did for cmake. cmake is definitely better than autoconf, and it is also useful if your program is cross-platform. However, neither of the benefits don't apply to mold; mold doesn't need a complex feature detection, and it currently supports only ELF-based Unix-like systems. I think Makefile is a lingua-franca, while CMakeLists.txt isn't. The good ol' Makefile works just fine for mold. In the future, mold might become a cross-platform product, and if that happens, we might want to re-introduce cmake. |
||
---|---|---|
.. | ||
ci.yml |