mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 05:16:12 +03:00
build: Force determinism in official build
Helps build with ccache.
This commit is contained in:
parent
319305ed2c
commit
4e7e8577b7
@ -1334,7 +1334,7 @@ config("compiler_deterministic") {
|
||||
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user