-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nix: use meson #7774
nix: use meson #7774
Conversation
I wonder why though, didn't we explicitly move from Meson to CMake? And I'll make a guess here that only one works here at any given time, presumably CMake. |
Oh I guess CMake building of Nix package is being phased out (#7778). If it solves issues like this #7508 (comment), I have no complaints. |
There is a possibility, but the main reason we've moved back to meson is due to the faster builds (almost twice as fast). |
Yes, as weird is at is, meson builds twice as fast. |
sounds wrong and doesn't seem to be the case on my end. CMake builds a bit faster. Have you tried:
|
@fufexan ? |
No longer using ninja since CMake seems to build faster with the Make backend (see #7774 (comment)). Using mold for faster linking. Using a stdenvAdapter for keeping debug info if `debug` is true.
No longer using ninja since CMake seems to build faster with the Make backend (see #7774 (comment)). Using mold for faster linking. Using a stdenvAdapter for keeping debug info if `debug` is true.
No longer using ninja since CMake seems to build faster with the Make backend (see #7774 (comment)). Using mold for faster linking. Using a stdenvAdapter for keeping debug info if `debug` is true.
No longer using ninja since CMake seems to build faster with the Make backend (see #7774 (comment)). Using mold for faster linking. Using a stdenvAdapter for keeping debug info if `debug` is true.
CC @fufexan