Skip to content

Commit

Permalink
Update autogen
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Sep 3, 2023
1 parent d9000e1 commit e0f36fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
try-import user.bazelrc

build --javacopt=-Werror
build --javacopt=-Xlint:all
# build --javacopt=-Werror
# build --javacopt=-Xlint:all

# Windows
build:windows --copt=/W3
build:windows --copt=/WX
build:windows --copt=/std:c++20
build:windows --copt=/Zc:preprocessor
build:windows --copt=/wd5105
build:windows --cxxopt=/wd4267

# Windows Arm
build:windows_arm --copt=/W3
Expand Down

0 comments on commit e0f36fc

Please sign in to comment.