Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle buildtype, wrap_mode, and OpenSlide werror in meson.build #171

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Nov 1, 2023

We always want buildtype=plain and wrap_mode=nofallback. Set them in meson.build so manual Meson invocations don't need to do it. Also, add an openslide_werror Meson option so build.sh or manual Meson builds don't need to know how to pass werror options directly to the OpenSlide and OpenSlide Java subprojects.

We always want plain and nofallback, respectively.  Set them in
meson.build so manual Meson invocations don't need to do it.

Signed-off-by: Benjamin Gilbert <[email protected]>
@openslide-bot
Copy link
Contributor

openslide-bot commented Nov 1, 2023

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert changed the title Set buildtype and wrap_mode in meson.build Handle buildtype, wrap_mode, and OpenSlide werror in meson.build Nov 1, 2023
Don't require build.sh or manual Meson builds to know how to pass werror
options directly to the OpenSlide and OpenSlide Java subprojects.

Signed-off-by: Benjamin Gilbert <[email protected]>
@bgilbert bgilbert merged commit 00f7034 into openslide:main Nov 1, 2023
10 checks passed
@bgilbert bgilbert deleted the opts branch November 1, 2023 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants