blob: 31d960c823da01776011391272058a377d6417f3 [file] [log] [blame]
Drew Macrae78a58872021-09-07 20:52:19 +00001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
Drew Macrae7ac1efb2021-09-22 16:08:28 +00005# https://docs.opentitan.org/doc/rm/c_cpp_coding_style/#cxx-version specifies
Drew Macrae78a58872021-09-07 20:52:19 +00006build --cxxopt='-std=c++14'
Drew Macrae7ac1efb2021-09-22 16:08:28 +00007build --conlyopt='-std=c11'
8
9# Enable toolchain resolution with cc
10build --incompatible_enable_cc_toolchain_resolution