blob: 531006ec274f8b49f575a7184552cc48bd4f8164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Title: meson as build system
Author: vtorri
Created: Fri, 07 Feb 2025 17:13:47 +0000
State: closed
i've looked at the slides at FOSDEM 25. It is said that slow compilation is a constraint.
I wouls suggest using meson instead of autotools, it's a LOT faster with a nice syntax
There is also a C port of meson (which is in python) called muon, which makes the compilation even faster.
in case it interests you
regards
--%--
From: rodarima
Date: Fri, 07 Feb 2025 17:24:53 +0000
Thanks, but the bootleneck in old computers is building the objects, not the build system. There are other reasons to move away from autotools though.
|