summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2022-05-22 11:43:35 +0200
committerFlorian Franzmann2022-05-23 18:01:26 +0200
commit4be13381aa4d7ca328c9b512e2f3e8932e6fe015 (patch)
tree444e4ebdc2742b4e531e833e24df6f3f90498435
parentdb955eabc689f74d8b98abe59ac5c1f44932d2c6 (diff)
MESON_CONFIGURE: sort build options
-rw-r--r--ChangeLog3
-rwxr-xr-xMESON_CONFIGURE2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa6ba66e2a..45af277fd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-22 Florian Franzmann <bwlf@bandrate.org>
+ * MESON_CONFIGURE: sort build options by usefulness
+
2022-05-20 Florian Franzmann <bwlf@bandrate.org>
* accounts, groups: add missing accounts for systemd
diff --git a/MESON_CONFIGURE b/MESON_CONFIGURE
index ccb9dcd1db..1977f146cc 100755
--- a/MESON_CONFIGURE
+++ b/MESON_CONFIGURE
@@ -1,3 +1,3 @@
-config_query_list MESON_BUILD_TYPE 'which build type?' plain debug debugoptimized release minsize
+config_query_list MESON_BUILD_TYPE 'which build type?' release minsize plain debugoptimized debug
#config_query_option MESON_TESTS 'build tests?' n "-DBUILD_TESTING=1" "-DBUILD_TESTING=0"