Mercurial
comparison .bazelrc @ 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.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 12 Jan 2026 09:11:58 -0800 |
| parents | f7860f491a8c |
| children | f3084bca7317 |
comparison
equal
deleted
inserted
replaced
| 153:790930d9bb90 | 154:bdcc610eeed8 |
|---|---|
| 1 # Auto-select config based on host OS | 1 # Auto-select config based on host OS |
| 2 common --enable_platform_specific_config | 2 common --enable_platform_specific_config |
| 3 | 3 |
| 4 # Suppress duplicate library warnings from openssl BCR module on macOS | 4 # Suppress duplicate library warnings from openssl BCR module on macOS |
| 5 build:macos --linkopt=-Wl,-no_warn_duplicate_libraries | 5 build:macos --linkopt=-Wl,-no_warn_duplicate_libraries |
| 6 | |
| 7 # Wasm support? | |
| 8 build:wasm --platforms=@emsdk//bazel/emscripten_toolchain:wasm_platform |