Always reconfigure meson
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.