[PATCH vkd3d 7/8] readme: Document build macros.

Józef Kucia joseph.kucia at gmail.com
Fri May 17 03:39:16 CDT 2019


From: Józef Kucia <jkucia at codeweavers.com>

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README b/README
index b9853bae0fda..2e42249e28df 100644
--- a/README
+++ b/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
 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
 ===========
-- 
2.21.0




More information about the wine-devel mailing list