Skip to content

Commit

Permalink
.bazelrc: Explicitly disable bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
hovind committed Jul 18, 2024
1 parent fae691c commit 519465d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

common --noexperimental_enable_bzlmod

build --cxxopt "-std=c++17"
build --cxxopt "-ffp-contract=off"
build --host_cxxopt "-std=c++17"
Expand Down

0 comments on commit 519465d

Please sign in to comment.