From: José Fonseca Date: Tue, 11 Jun 2013 13:15:35 +0000 (+0100) Subject: Mention CMAKE_BUILD_TYPE on build instructions. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ebfd69b23b12e7f9a4d16f909155a8ff3b42f7be;p=apitrace Mention CMAKE_BUILD_TYPE on build instructions. And recommend RelWithDebInfo. See also issue #145. --- 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: