summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 658f055..19bbff3 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,6 +1,8 @@
import package ;
using gcc ;
+variant coverage : debug ;
+
lib slicer-parser :
[ glob ice/cpp/src/Slice/*.cpp ]
:
@@ -8,6 +10,7 @@ lib slicer-parser :
<cxxstd>11
<warnings>off
<variant>release:<lto>on
+ <variant>coverage:<coverage>on
;
package.install install : : :