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 <kenlm@kheafield.com>2011-11-22 22:17:31 +0400
committerKenneth Heafield <kenlm@kheafield.com>2011-11-22 22:17:31 +0400
commit82d2513a833658468f437ca1a96f89bed35957f3 (patch)
tree398ec837e511d28cf426b58bfe3f61f1b5f339ae /Jamroot
parent076d94dd9ea02f9759a5a1ab042fa8d029292294 (diff)
Apparently order matters when it comes to <debug-symbols>on.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 20ef3d238..81aaabbe0 100644
--- a/Jamroot
+++ b/Jamroot
@@ -59,9 +59,9 @@ trace = [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
project : default-build
<threading>multi
<warnings>on
+ <debug-symbols>on
<variant>release
<link>static
- <debug-symbols>on
;
project : requirements