Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2011-11-23 15:29:42 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-23 15:29:42 +0400
commitbf1da63b118a743fbe13b191168057d9fb567eab (patch)
tree2f096cb780db11834442e3a14b09465a78d34317 /Jamroot
parent6ac3d430a35a2b2e10e4cda6446e86ce5482d528 (diff)
Better help message
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot22
1 files changed, 14 insertions, 8 deletions
diff --git a/Jamroot b/Jamroot
index 81aaabbe0..66d650bf8 100644
--- a/Jamroot
+++ b/Jamroot
@@ -14,18 +14,24 @@
#
#--install=/path/to/install sets the install directory (default dist)
#
-#By default, the build is multi-threaded, optimized, and statically linked.
+# By default, the build is multi-threaded, optimized, and statically linked.
+# Pass these to change the build:
#
-#Compilation modes:
-#threading=single compiles single-threaded
-#variant=debug for debugging (or just "debug")
-#variant=profile for profiling
-#link=shared for dynamic linking
-#debug-symbols=off to disable debugging symbols
+# threading=single|multi controls threading (default multi)
#
+# variant=release|debug|profile builds optimized (default), for debug, or for
+# profiling
+#
+# link=static|shared controls linking (default static)
+#
+# debug-symbols=on|off include (default) or exclude debugging
+# information also known as -g
+#
+#
+#Controlling the build process:
#-a to build from scratch
#-j$NCPUS to compile in parallel
-#clean to clean
+#--clean to clean
#Other compilers might work, but this stops bjam from whining.
using gcc ;