Skip to content

Commit

Permalink
Use clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin authored Dec 4, 2023
1 parent ce49956 commit 5e020f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:linux --copt=-g0 --copt=-O3 --copt=-DNDEBUG
build:macos_x86_64 --copt=-g0 --copt=-O3 --copt=-DNDEBUG
build:macos_arm64 --copt=-g0 --copt=-O3 --copt=-DNDEBUG
build:windows_x86_64 -c opt
build:windows_x86_64 -c opt --compiler=clang-cl

build:linux --action_env=BAZEL_LINKLIBS=-l%:libstdc++.a:-lm
build:linux --action_env=BAZEL_LINKOPTS=-static-libgcc
Expand Down

0 comments on commit 5e020f1

Please sign in to comment.