Skip to content

Commit d6a7e7e

Browse files
authored
Add copy handler and linkable version (#1451)
* Add copy handler and linkable version * fmt * dbg * fix * fmt
1 parent 37fbdbd commit d6a7e7e

File tree

4 files changed

+354
-13
lines changed

4 files changed

+354
-13
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ build --announce_rc
33
# TODO: Migrate for https://github.com/bazelbuild/bazel/issues/7260
44
common --noincompatible_enable_cc_toolchain_resolution
55
common --experimental_repo_remote_exec
6+
common --cxxopt=-mcmodel=large
67
common --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
78
common --cxxopt=-w --host_cxxopt=-w
89
common --define=grpc_no_ares=true

0 commit comments

Comments
 (0)