mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 09:42:05 -08:00
enable clang
This commit is contained in:
parent
df3d378acd
commit
d3422f2b2b
2 changed files with 3 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -88,6 +88,8 @@ mozbootstrap:
|
|||
|
||||
bootstrap: dir
|
||||
(sudo apt-get -y install $(debs) || sudo dnf -y install $(rpms) || sudo pacman -Sy $(pacman))
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
make mozbootstrap
|
||||
|
||||
diff:
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
ac_add_options --enable-application=browser
|
||||
ac_add_options --enable-jxl
|
||||
ac_add_options --enable-release
|
||||
ac_add_options --enable-clang
|
||||
|
||||
# DEBLOAT
|
||||
ac_add_options --disable-crashreporter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue