summaryrefslogtreecommitdiff
path: root/.bazelrc
blob: 310eb293389dcb158ae6b0a62fbd6190d51bc643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
build --copt=--std=c++14
build --copt=-I.
build --copt=-isystem --copt bazel-out/k8-fastbuild/bin

# Configuration to disable tty features for environments like CI
build:no-tty --curses no
build:no-tty --progress_report_interval 10
build:no-tty --show_progress_rate_limit 10

# Configuration to build with GPU support
build:gpu --define=cuda=true
# define a separate build folder for faster switching between configs
build:gpu --platform_suffix=-gpu