mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +01:00
nongnu: firefox: Visually cleanup setenv variables.
* nongnu/packages/mozilla.scm (firefox)[configure]: split setenv in seperate lines.
This commit is contained in:
parent
fbfcd443dc
commit
d3c5eea0cb
1 changed files with 4 additions and 2 deletions
|
@ -221,8 +221,10 @@
|
|||
(setenv "MACH_USE_SYSTEM_PYTHON" "1")
|
||||
|
||||
;; Use Clang, Clang is 2x faster than GCC
|
||||
(setenv "AR" "llvm-ar") (setenv "NM" "llvm-nm")
|
||||
(setenv "CC" "clang") (setenv "CXX" "clang++")
|
||||
(setenv "AR" "llvm-ar")
|
||||
(setenv "NM" "llvm-nm")
|
||||
(setenv "CC" "clang")
|
||||
(setenv "CXX" "clang++")
|
||||
|
||||
(setenv "MOZ_NOSPAM" "1")
|
||||
;; Firefox will write the timestamp to output, which is harmful for
|
||||
|
|
Loading…
Reference in a new issue