Mercurial
annotate .bazelrc @ 180:3a4ebe4552bf
Remove playground file as it is not needed to be tracked.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 19 Jan 2026 08:05:02 -0800 |
| parents | bdcc610eeed8 |
| children | f3084bca7317 |
| rev | line source |
|---|---|
| 129 | 1 # Auto-select config based on host OS |
| 2 common --enable_platform_specific_config | |
| 3 | |
| 4 # Suppress duplicate library warnings from openssl BCR module on macOS | |
| 5 build:macos --linkopt=-Wl,-no_warn_duplicate_libraries | |
|
154
bdcc610eeed8
[Markdown Converter][GuiZe] Added markdown coverter in C and wasm rule sets. Needs further view on this as I haven't taken a look. Written by Claude.
June Park <parkjune1995@gmail.com>
parents:
129
diff
changeset
|
6 |
|
bdcc610eeed8
[Markdown Converter][GuiZe] Added markdown coverter in C and wasm rule sets. Needs further view on this as I haven't taken a look. Written by Claude.
June Park <parkjune1995@gmail.com>
parents:
129
diff
changeset
|
7 # Wasm support? |
|
bdcc610eeed8
[Markdown Converter][GuiZe] Added markdown coverter in C and wasm rule sets. Needs further view on this as I haven't taken a look. Written by Claude.
June Park <parkjune1995@gmail.com>
parents:
129
diff
changeset
|
8 build:wasm --platforms=@emsdk//bazel/emscripten_toolchain:wasm_platform |