You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ncdns-repro/projects/python-windows/omit-build-timestamp.patch

9 lines
168 B
Diff

8c8
< #ifdef __DATE__
---
> #if defined(__DATE__) && defined(EMIT_BUILD_TIMESTAMP)
16c16
< #ifdef __TIME__
---
> #if defined(__TIME__) && defined(EMIT_BUILD_TIMESTAMP)