You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scripts/build_locally.py now supports --cmake-opts option
Added support for --cmake-opts option inspired by LLVM configure
script. This can be used to experiment with adding of additional
options to cmake. For example, to try gold linker I used
```
python scripts/build_locally.py --cmake-opts="-DCMAKE_EXE_LINKER_FLAGS=-use-gold-plugin -DCMAKE_CXX_FLAGS=-flto"
```
0 commit comments