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>2012-08-06 18:41:49 +0400
committerKenneth Heafield <github@kheafield.com>2012-08-06 18:41:49 +0400
commitb52ed110b02dff440512ee241211f7f0238e82d1 (patch)
tree61a8d215010add5a8885c47b51786b00018ed9f5 /Jamroot
parent650fcd69192c13e28eece2b827891d297c3e3a2d (diff)
Build changes. --static will force static linkage.
--without-libsegfault will skip libSegFault.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot6
1 files changed, 5 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index ec9252237..900f5dc37 100644
--- a/Jamroot
+++ b/Jamroot
@@ -43,7 +43,9 @@
# variant=release|debug|profile builds optimized (default), for debug, or for
# profiling
#
-# link=static|shared controls linking (default static)
+# link=static|shared controls preferred linking (default static)
+# --static forces static linking (the default will fall
+# back to shared)
#
# debug-symbols=on|off include (default) or exclude debugging
# information also known as -g
@@ -52,6 +54,8 @@
#
# --enable-boost-pool uses Boost pools for the memory SCFG table
#
+# --without-libsegfault does not link with libSegFault
+#
#
#CONTROLLING THE BUILD
#-a to build from scratch