summaryrefslogtreecommitdiff
path: root/libprint/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-15 21:54:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-15 21:58:53 +0300
commit7c5b960dacca0e063030bb756c088ea32f41aafa (patch)
treef8f0e52d01d8d015c7fb2927743cada9b22468f5 /libprint/build
parent4fda9c65d631d0c0374249aeae90668caa0ba6e0 (diff)
Release version 1.0.0+8v1.0.0+8
Mark headers as importable in buildfiles Drop @ from bin.lib.version in libhello/buildfile Add commented out c/cxx/cc.internal.scope to root.build Make glue buildfile to read packages.manifest Fortify tests against NDEBUG Add BMI extensions to and ignore compressed .i and .i in .gitignore Bump project requirements for build2 to 0.14.0-
Diffstat (limited to 'libprint/build')
-rw-r--r--libprint/build/root.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/libprint/build/root.build b/libprint/build/root.build
index 9c83a8a..ae3d2a6 100644
--- a/libprint/build/root.build
+++ b/libprint/build/root.build
@@ -1,3 +1,7 @@
+# Uncomment to suppress warnings coming from external libraries.
+#
+#cxx.internal.scope = current
+
cxx.std = latest
using cxx
@@ -7,6 +11,10 @@ ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
+# Assume headers are importable unless stated otherwise.
+#
+hxx{*}: cxx.importable = true
+
# The test target for cross-testing (running tests under Wine, etc).
#
test.target = $cxx.target