12 lines
478 B
Diff
12 lines
478 B
Diff
--- chromium-139.0.7258.5/build/config/compiler/BUILD.gn 2025/07/29 08:34:15 1.1
|
|
+++ chromium-139.0.7258.5/build/config/compiler/BUILD.gn 2025/07/29 08:35:44
|
|
@@ -1613,7 +1613,7 @@
|
|
|
|
# Eliminate build metadata (__DATE__, __TIME__ and __TIMESTAMP__) for
|
|
# deterministic build. See https://crbug.com/314403
|
|
- if (!is_official_build) {
|
|
+ if (true) {
|
|
if (is_win && !is_clang) {
|
|
cflags += [
|
|
"/wd4117", # Trying to define or undefine a predefined macro.
|