diff options
Diffstat (limited to '352/index.md')
-rw-r--r-- | 352/index.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/352/index.md b/352/index.md new file mode 100644 index 0000000..531006e --- /dev/null +++ b/352/index.md @@ -0,0 +1,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.
\ No newline at end of file |