Skip to content

Commit

Permalink
Delete unneeded -std=c++14 flag already set by system_cxx_toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 23, 2023
1 parent 3f30df7 commit 0e46095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ rust_cxx_bridge(
cxx_library(
name = "blobstore-sys",
srcs = ["src/blobstore.cc"],
compiler_flags = ["-std=c++14"],
preferred_linkage = "static",
deps = [
":blobstore-include",
Expand Down

0 comments on commit 0e46095

Please sign in to comment.