4 Star 3 Fork 5

Tencent/flare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.bazelrc 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
kang jinci 提交于 2023-07-26 01:34 . feat: support bazel build (#121)
# This file tries to group and simplify build options for flare
build --cxxopt=-std=c++2a --host_cxxopt=-std=c++2a
build:llvm --action_env=CXX=clang++ --action_env=CC=clang
build:dbg --compilation_mode=dbg
build:opt --compilation_mode=opt
build --copt=-Wno-sign-compare
build:san-common --config=dbg --strip=never --copt=-O0 --copt=-fno-omit-frame-pointer
build:asan --config=san-common --copt=-fsanitize=address --linkopt=-fsanitize=address
# ASAN hits ODR violations with shared linkage due to rules_proto.
build:asan --dynamic_mode=off
test --test_output=errors
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mirrors_Tencent/flare.git
[email protected]:mirrors_Tencent/flare.git
mirrors_Tencent
flare
flare
master

搜索帮助