Skip to content

Commit

Permalink
Add -lstdc++ for c++ compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
agoessling committed Sep 10, 2023
1 parent bbf04fc commit fa9259c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions toolchains/toolchains.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ def _impl_cc_arm_toolchain_config(ctx):
"-D__TIME__=\"redacted\"",
])],
),
flag_set(
actions = all_cpp_compile_actions,
flag_groups = [flag_group(flags = [
"-std=c++17",
])],
),
],
)

Expand Down

0 comments on commit fa9259c

Please sign in to comment.