From 7589cedb9841a331047aa702487e7bf7fc37c89f Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 24 Apr 2013 09:23:17 +0000 Subject: [PATCH] Added note about packaging to INSTALL file. --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL b/INSTALL index 31025e6..6fdce92 100644 --- a/INSTALL +++ b/INSTALL @@ -107,3 +107,8 @@ and then build with the package target. For example, to build a .deb: $ cmake .. -DCPACK_GENERATOR=DEB $ make -j8 $ make package + +Note that you almost certainly want to set CMAKE_BUILD_TYPE to Release when +packaging. Debug builds are slower and will print extra messages to help with +development. This is useful when writing Objective-C code, but not as useful +for end users.