Skip to content

Commit

Permalink
Fix use of deleted function 'std::atomic<bool>'
Browse files Browse the repository at this point in the history
  • Loading branch information
Volcomix committed Apr 7, 2024
1 parent 9b12f66 commit d5a3be2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tflite/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Tensorflow needs remote repo
common --experimental_repo_remote_exec

# Allow usage of deleted function 'std::atomic<bool>' in Tensorflow Lite
common --cxxopt="-std=c++17"

# Unused function in Tensorflow Lite kernels
common --copt="-Wno-error=unused-function"

Expand Down

0 comments on commit d5a3be2

Please sign in to comment.