From 8c95db33be58a545dd2e030428bded0bd958c4b6 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 16 Oct 2024 22:54:34 +0200 Subject: Start work on the testing framework --- .bazelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bazelrc') diff --git a/.bazelrc b/.bazelrc index 0bd27b2..5a043b0 100644 --- a/.bazelrc +++ b/.bazelrc @@ -15,5 +15,6 @@ build --cxxopt=-Wno-unused-macros build --cxxopt=-Wno-documentation-unknown-command build --cxxopt=-Wno-extra-semi-stmt build --cxxopt=-Wno-extra-semi +build --cxxopt=-Wno-global-constructors test --test_output=errors -- cgit