The descriptions for the options enable-mlpcpp and enable-gprof in the meson_options.txt file seem to be swapped.
option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable profiling through gprof')
option('enable-gprof', type : 'boolean', value : false, description: 'enable MLPCpp support')
The descriptions for the options enable-mlpcpp and enable-gprof in the meson_options.txt file seem to be swapped.