srctree

Robin Linden parent 1c1fe9e3 ec9501e8
build: Drop support for GCC 10

inlinesplit
.bazelrc added: 3, removed: 7, total 0
@@ -27,8 +27,6 @@ build:linux --cxxopt='-fno-rtti'
# See: https://bugs.kde.org/show_bug.cgi?id=452758
build:linux --copt='-gdwarf-4'
 
build:gcc10 --cxxopt='-fcoroutines'
 
build:windows --enable_runfiles
build:windows --cxxopt='/std:c++20'
build:windows --cxxopt='/GR-' # Disable rtti.
 
.bazelrc.local.example added: 3, removed: 7, total 0
@@ -2,15 +2,13 @@
#
# Copy this to .bazelrc.local and uncomment --config lines you want.
#
# GCC-12 and Clang on Linux, and MSVC on Windows don't require any --config flags.
# Only the clang-cl compiler on Windows requires any special --config flags.
 
# Choose a build type
build -c dbg
# build -c opt
 
# Choose a compiler
## Linux
# build --config gcc10
## Windows
# build --config clang-cl