gramineproject / graphene

Graphene / Graphene-SGX - a library OS for Linux multi-process applications, with Intel SGX support
https://grapheneproject.io
GNU Lesser General Public License v3.0
771 stars 261 forks source link

[Docs] building.rst: Mention --buildtype #2492

Closed woju closed 3 years ago

woju commented 3 years ago

Description of the changes

Meson by default has --buildtype=debug, so currently, with two stacked build systems and without explicit setting, half of the build was non-debug (make) and the other half was debug (meson).

How to test this PR?

Execute the changed instruction. Ensure that the build is either fully debug or fully non-debug


This change is Reviewable