From 84bb626e324a8db45e2189566171c8de0fb4099c Mon Sep 17 00:00:00 2001 From: oneflux Date: Tue, 22 Apr 2025 23:38:13 -0700 Subject: [PATCH] update clang config --- Makefile | 5 +---- assets/base.mozconfig | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fef19b1..857382c 100644 --- a/Makefile +++ b/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) diff --git a/assets/base.mozconfig b/assets/base.mozconfig index d99b937..78721e9 100644 --- a/assets/base.mozconfig +++ b/assets/base.mozconfig @@ -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