/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/.bazelrc
16 строк
479 B
Boxiao Cao
Add build test for wasm validator (#37261)
13 апр 2023, 01:29
Не верифицирован
13 апр 2023, 01:29
a622b88
Код
Авторство
О чём код?
# Defaults to compile as fast as possible. build --compilation_mode fastbuild # Tested and compiles in llvm. build --repo_env=CC=clang # Contains c++17 features. build --cxxopt='-std=c++17' # Enabled operator new and operator delete for custom allocators. build --cxxopt='-fsized-deallocation' build --cxxopt='-Wno-error=return-type' build --cxxopt='-Wno-error=unused-but-set-variable' build --cxxopt='-Wno-error=unused-variable' build --cxxopt='-Wno-unknown-warning-option'