blob: 2913e67424edbd33e44e42bb7f35d97930c89117 [file] [log] [blame]
# Options for compiling PJC code.
# Include these in dependent workspaces by using the --bazelrc flag, or by
# adding import %pjc_workspace%/bazel.rc to the .bazelrc file in the
# dependent workspace.
build -c opt
build --cxxopt='-std=c++17'
build --host_cxxopt='-std=c++17'
test -c opt
test --cxxopt='-std=c++17'
build --host_cxxopt='-std=c++17'