1 Star 0 Fork 0

吕超/Leach / Fury

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.bazelrc 986 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shawn 提交于 2023-11-21 22:13 . [Python] Support python3.11/12 (#1064)
# Must be first. Enables build:windows, build:linux, build:macos, build:freebsd, build:openbsd
build --enable_platform_specific_config
###############################################################################
# On Windows, provide: BAZEL_SH, and BAZEL_LLVM (if using clang-cl)
# On all platforms, provide: PYTHON3_BIN_PATH=python
###############################################################################
build --action_env=PATH
# For --compilation_mode=dbg, consider enabling checks in the standard library as well (below).
build --compilation_mode=opt
# This workaround is needed to prevent Bazel from compiling the same file twice (once PIC and once not).
build:linux --force_pic
build:macos --force_pic
build:clang-cl --compiler=clang-cl
build:msvc --compiler=msvc-cl
# test config
test --build_tests_only
test --cache_test_results=no
test --test_output=all
build:linux --cxxopt="-std=c++17"
build:macos --cxxopt="-std=c++17"
build:clang-cl --cxxopt="-std=c++17"
1
https://gitee.com/cwwjdhya/fury.git
git@gitee.com:cwwjdhya/fury.git
cwwjdhya
fury
Fury
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891