public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: cleanup
@ 2026-08-07 16:05 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 8214db7b90855392a29e22e4c74b95114c5c9602
Author : Than Ngo <than@redhat.com>
Date : 2023-04-17T20:17:03+02:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/8214db7b90855392a29e22e4c74b95114c5c9602?branch=epel9-next
Log:
cleanup
---
diff --git a/chromium.spec b/chromium.spec
index a984855..ba08b47 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1060,16 +1060,18 @@ CXXFLAGS="$FLAGS"
%if %{clang}
export CC=clang
export CXX=clang++
+export AR=llvm-ar
+export NM=llvm-nm
+export READELF=llvm-readelf
%else
export CC=gcc
export CXX=g++
+export AR="ar"
+export NM="nm"
+export READELF="readelf"
%endif
export CFLAGS
export CXXFLAGS
-export LDFLAGS="$LDFLAGS -Wl,--threads=4"
-export AR="llvm-ar"
-export NM="llvm-nm"
-export READELF="llvm-readelf"
# enable toolset on el7
%if 0%{?rhel} == 7
@@ -1141,6 +1143,7 @@ CHROMIUM_CORE_GN_DEFINES+=' enable_vr=false'
CHROMIUM_CORE_GN_DEFINES+=' build_dawn_tests=false enable_perfetto_unittests=false'
CHROMIUM_CORE_GN_DEFINES+=' disable_fieldtrial_testing_config=true'
CHROMIUM_CORE_GN_DEFINES+=' blink_symbol_level=0 symbol_level=0 v8_symbol_level=0'
+CHROMIUM_CORE_GN_DEFINES+=' blink_enable_generated_code_formatting=false'
export CHROMIUM_CORE_GN_DEFINES
# browser gn defines
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:05 [rpms/chromium] epel9-next: cleanup Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox