mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 15:42:04 -08:00
update clang config
This commit is contained in:
parent
97d2a377e7
commit
84bb626e32
2 changed files with 3 additions and 4 deletions
5
Makefile
5
Makefile
|
|
@ -86,10 +86,7 @@ set-target:
|
|||
mozbootstrap:
|
||||
cd $(of_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser
|
||||
|
||||
bootstrap:
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
make mozbootstrap
|
||||
bootstrap: mozbootstrap
|
||||
|
||||
diff:
|
||||
@cd $(of_source_dir) && git diff $(_ARGS)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,8 @@ ac_add_options --enable-application=browser
|
|||
ac_add_options --enable-jxl
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-clang
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
||||
# DEBLOAT
|
||||
ac_add_options --disable-crashreporter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue