forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TFLite: some fixes to build with Bazel on Windows
In this commit: - make the -Wno-implicit-fallthrough compiler flag in flatbuffers' BUILD file be conditional to non-Windows builds, because MSVC doesn't know this flag - fix the Bazel build command in README.md by removing single quotes around --cxxflags, because it's not needed on Bash and is harmful on Windows (because cmd.exe doesn't remove the single quotes) - fix non-ASCII quotes and apostrophes, as well as some formatting issues in README.md See bazelbuild/bazel#4148
- Loading branch information
1 parent
5fbda9d
commit cbc7791
Showing
2 changed files
with
31 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters