Skip to content

Always reconfigure meson

Daan De Meyer requested to merge daandemeyer/systemd:reconfigure into main

When working with an existing build directory as we on in upstream, we want to make sure that new compilation flags and such are picked up from CFLAGS. To make sure that happens, always run meson setup with --reconfigure. Should not affect regular builds at all.

Merge request reports