Codebase list openexr / upstream/3.1.4 .bazelrc
upstream/3.1.4

Tree @upstream/3.1.4 (Download .tar.gz)

.bazelrc @upstream/3.1.4raw · history · blame

1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Contributors to the OpenEXR Project.

build --symlink_prefix=/ # Out of source build

# Uncomment this to treat C++ compile warnings as errors
#build --cxxopt=-Wall
#build --cxxopt=-Werror
#build --cxxopt=-Wextra