]> git.cworth.org Git - apitrace/commitdiff
Mention CMAKE_BUILD_TYPE on build instructions.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 11 Jun 2013 13:15:35 +0000 (14:15 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 11 Jun 2013 13:27:22 +0000 (14:27 +0100)
And recommend RelWithDebInfo.  See also issue #145.

INSTALL.markdown

index 22c3f5e402039d31de913815abc53d1109a7406f..c580bbcb18c9ad03ba851ebbc0f8330005537334 100644 (file)
@@ -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: