From bb4daf280cbae9f37a44d3b8893a3b933134cddc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Jul 2017 14:35:30 +0200 Subject: Switch to using utility library for web/ --- build/root.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') diff --git a/build/root.build b/build/root.build index 09a03ce..1a5f7af 100644 --- a/build/root.build +++ b/build/root.build @@ -25,9 +25,11 @@ cxx.coptions += -Wno-unknown-pragmas # using? cli -# All exe{} in tests/ are, well, tests. +# All exe{} in tests/ are, well, tests. Also don't link whole archives +# by default there. # tests/exe{*}: test = true +tests/libu{*}: bin.whole = false # Specify the test target for cross-testing. # -- cgit v1.1