commit | 97079a7c8f7d52ff381b2b3d6e0c430358d1b340 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Sun Aug 02 12:34:21 2020 +0430 |
committer | GitHub <noreply@github.com> | Sun Aug 02 12:34:21 2020 +0430 |
tree | 6549fc087382dce71ec2c557172d38683585522b | |
parent | 749e2754c83583e51034da09d3581af0f8d9e1a3 [diff] |
[meson] Pass cpp_eh=none and cpp_rtti=false as default options If we want to support a build with exception handling and RTTI We should reflect that on library(..., link_language: 'c') also so for now it is ok to just set it here to get MSVC support also and we can remove hard coded flags later upon request. One other concern over just relying on it is on when harfbuzz is used as a subproject and the parent project hasn't provided the same options, that should be resolved first I think. Closes #2584
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see COPYING.
For build information, see BUILD.md.
For custom configurations, see CONFIG.md.
For test execution, see TESTING.md.
Documentation: https://harfbuzz.github.io