Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mdist: Filter out buildtype to avoid warning
Since we parse buildoptions.json to pass options, we end up passing -Dbuildtype and also -Doptimization and -Ddebug which triggers the warning: WARNING: Recommend using either -Dbuildtype or -Doptimization + -Ddebug [...] Filter out buildtype. It is redundant.
- Loading branch information