1*a6aa18fbSYabin Cui# Options for compiling PJC code. 2*a6aa18fbSYabin Cui# Include these in dependent workspaces by using the --bazelrc flag, or by 3*a6aa18fbSYabin Cui# adding import %pjc_workspace%/bazel.rc to the .bazelrc file in the 4*a6aa18fbSYabin Cui# dependent workspace. 5*a6aa18fbSYabin Cui 6*a6aa18fbSYabin Cuibuild -c opt 7*a6aa18fbSYabin Cuibuild --cxxopt='-std=c++17' 8*a6aa18fbSYabin Cuibuild --host_cxxopt='-std=c++17' 9*a6aa18fbSYabin Cui 10*a6aa18fbSYabin Cuitest -c opt 11*a6aa18fbSYabin Cuitest --cxxopt='-std=c++17' 12*a6aa18fbSYabin Cuibuild --host_cxxopt='-std=c++17'