fossillogic / meson-ui

Meson-UI is an open-source build GUI meant to be both extremely fast and, even more importantly, as user-friendly as possible. 💻
Apache License 2.0
22 stars 1 forks source link

Fix issue with build type and optimization #30

Closed dreamer-coding closed 4 years ago

dreamer-coding commented 4 years ago

The Meson build system seems to have changed how buildtype and optimization work, so time to update the code to accommodate for that.

WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug. Using both is redundant since they override each other. See: https://mesonbuild.com/Builtin-options.html#build-type-options
dreamer-coding commented 4 years ago

Issue should be fixed with (#31)