Add flag to prevent bazel cache bust on clion.

Clion adds this flag during debugging which causes onnxruntime to be rebuilt from scratch when switched between command line and clion build.
This commit is contained in:
Kishore Nallan 2024-01-26 05:36:21 +05:30
parent b0e523caa5
commit 261664fe11

View File

@ -5,6 +5,7 @@ build --cxxopt="-std=c++17"
build --strip=never
build --define=BRPC_WITH_GLOG=true
build --fission=yes
build --experimental_google_legacy_api
build --jobs=6
test --jobs=6