From 4f95c7062448c569830f4e2819adc1190efbfc55 Mon Sep 17 00:00:00 2001 From: aqua Date: Sat, 17 Aug 2024 17:28:00 +0300 Subject: interface_generator: added pytest wrapper --- .bazel/compiler_flags.bazelrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bazel/compiler_flags.bazelrc') diff --git a/.bazel/compiler_flags.bazelrc b/.bazel/compiler_flags.bazelrc index 59a87f3..2b2e5d1 100644 --- a/.bazel/compiler_flags.bazelrc +++ b/.bazel/compiler_flags.bazelrc @@ -21,6 +21,7 @@ build --copt=-Wpointer-arith build --copt=-Wnull-dereference # cpp flags +build --cxxopt=-std=c++20 build --cxxopt=-Wnon-virtual-dtor build --cxxopt=-Woverloaded-virtual build --cxxopt=-Wold-style-cast -- cgit v1.2.1