~mozillateam/firefox/firefox-beta.focal

« back to all changes in this revision

Viewing changes to debian/build/rules.mk

  • Committer: Rico Tzschichholz
  • Date: 2023-12-23 16:48:19 UTC
  • Revision ID: ricotz@ubuntu.com-20231223164819-5nni6p8n0k6s3rbx
Sync with 121 focal stable

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
MOZ_BUILD_PGO = 0
106
106
endif
107
107
 
108
 
LLVM_VERSIONS = 13 12 10
 
108
LLVM_VERSIONS = 10
109
109
DEB_LLVM_VERSION = $(firstword $(foreach llvm_version, $(LLVM_VERSIONS), \
110
110
        $(if $(shell which clang-$(llvm_version)), $(llvm_version))))
111
111