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 16:15:04 +0400
committerKenneth Heafield <github@kheafield.com>2012-08-06 16:15:04 +0400
commit0c484ec8e71f430e2d49693144e770d5256583de (patch)
treee39016c3070cc724dcce00b2af667bb9edf6ec60 /jam-files
parent0e2a479fb26167d6b3e0e2715f71114b1f7a8d7d (diff)
New --nosegfault option for Tom Hoar
Diffstat (limited to 'jam-files')
-rw-r--r--jam-files/sanity.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index 419a451ea..567a3b2e9 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -151,7 +151,7 @@ rule external-lib ( name : search-path * ) {
}
requirements = ;
-{
+if [ option.get "nosegfault" : "false" : "true" ] = "false" {
#Boost jam's static clang for Linux is buggy.
requirements += <cxxflags>$(cxxflags) <cflags>$(cflags) <linkflags>$(ldflags) <os>LINUX,<toolset>clang:<link>shared ;