mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 22:52: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:
|
mozbootstrap:
|
||||||
cd $(of_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser
|
cd $(of_source_dir) && MOZBUILD_STATE_PATH=$$HOME/.mozbuild ./mach --no-interactive bootstrap --application-choice=browser
|
||||||
|
|
||||||
bootstrap:
|
bootstrap: mozbootstrap
|
||||||
export CC=clang
|
|
||||||
export CXX=clang++
|
|
||||||
make mozbootstrap
|
|
||||||
|
|
||||||
diff:
|
diff:
|
||||||
@cd $(of_source_dir) && git diff $(_ARGS)
|
@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-jxl
|
||||||
ac_add_options --enable-release
|
ac_add_options --enable-release
|
||||||
ac_add_options --enable-clang
|
ac_add_options --enable-clang
|
||||||
|
export CC=clang
|
||||||
|
export CXX=clang++
|
||||||
|
|
||||||
# DEBLOAT
|
# DEBLOAT
|
||||||
ac_add_options --disable-crashreporter
|
ac_add_options --disable-crashreporter
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue