mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[build] MVP for building with bazel (#6994)
This commit is contained in:
14
shared/bazel/compiler_flags/linux_flags.rc
Normal file
14
shared/bazel/compiler_flags/linux_flags.rc
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
|
||||
###############################
|
||||
# Linux
|
||||
###############################
|
||||
build:linux --config=base_linux
|
||||
|
||||
# Warning level
|
||||
build:linux --copt=-Wall
|
||||
build:linux --copt=-Wextra
|
||||
build:linux --copt=-Werror
|
||||
|
||||
# Not in nativetools
|
||||
build:linux --cxxopt=-Wno-deprecated-enum-enum-conversion
|
||||
Reference in New Issue
Block a user