Hi,
Seems there are more confusing option descriptions like:
+ printf "%s\n" ' --disable-install-blobs install provided firmware
blobs'
...
+ printf "%s\n" ' --disable-coroutine-pool coroutine freelist (better
performance)'
Should we change them ?
Thanks,
Aditya Gupta
On 23/09/2
The existing description of '--disable-debug-info' seems to have a typo.
Later scripts/meson-buildoptions.sh does the following based on option:
+--enable-debug-info) printf "%s" -Ddebug=true ;;
+--disable-debug-info) printf "%s" -Ddebug=false ;;
With above logic, the description should