Skip to content

Commit

Permalink
Add a bazelrc to switch to C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchabot authored and jamesward committed Sep 25, 2023
1 parent da56686 commit 7c2f277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build --cxxopt=-std=c++14 --host_cxxopt=-std=c++14

0 comments on commit 7c2f277

Please sign in to comment.