From ebfd69b23b12e7f9a4d16f909155a8ff3b42f7be Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 11 Jun 2013 14:15:35 +0100 Subject: [PATCH] Mention CMAKE_BUILD_TYPE on build instructions. And recommend RelWithDebInfo. See also issue #145. --- INSTALL.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.markdown b/INSTALL.markdown index 22c3f5e..c580bbc 100644 --- a/INSTALL.markdown +++ b/INSTALL.markdown @@ -41,12 +41,13 @@ Additional optional dependencies for Linux: * libdwarf - Build as: - cmake -H. -Bbuild + cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo make -C build +Other possible values for `CMAKE_BUILD_TYPE` `Debug`, `Release`, +`RelWithDebInfo`, and `MinSizeRel`. You can also build the 32-bits GL wrapper on a 64-bits distribution, provided you have a multilib gcc and 32-bits X11 libraries, by doing: -- 2.43.0