mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
readme: Document build macros.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
33ba9b27ed
commit
1930e60ab3
5
README
5
README
@ -19,6 +19,11 @@ available or is not recent (>= 3.20), then you can build Wine with `make
|
|||||||
tools/widl' to avoid building all of Wine. You can then point vkd3d's
|
tools/widl' to avoid building all of Wine. You can then point vkd3d's
|
||||||
configure at that widl binary with `WIDL="/path/to/widl"'.
|
configure at that widl binary with `WIDL="/path/to/widl"'.
|
||||||
|
|
||||||
|
For release builds, you may want to define NDEBUG. If you do not need debug log
|
||||||
|
messages, you may also consider VKD3D_NO_TRACE_MESSAGES and
|
||||||
|
VKD3D_NO_DEBUG_MESSAGES. For example, you can pass `CPPFLAGS="-DNDEBUG
|
||||||
|
-DVKD3D_NO_TRACE_MESSAGES"' to configure.
|
||||||
|
|
||||||
===========
|
===========
|
||||||
Using vkd3d
|
Using vkd3d
|
||||||
===========
|
===========
|
||||||
|
Loading…
Reference in New Issue
Block a user