mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-12 13:40:59 +00:00
build: Force determinism in official build
Helps build with ccache.
This commit is contained in:
parent
d8917f9b76
commit
7320a34bc7
1 changed files with 1 additions and 1 deletions
|
@ -1282,7 +1282,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…
Add table
Reference in a new issue