mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable usage of __DATE__.
This ensures that the Clang binary doesn't change checksums every time it's built.
This commit is contained in:
parent
8089dccd09
commit
3e241e2e08
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
/* #undef ENABLE_THREADS */
|
||||
|
||||
/* Define if timestamp information (e.g., __DATE___) is allowed */
|
||||
#define ENABLE_TIMESTAMPS 1
|
||||
/* #undef ENABLE_TIMESTAMPS */
|
||||
|
||||
/* Define to 1 if you have the `argz_append' function. */
|
||||
/* #undef HAVE_ARGZ_APPEND */
|
||||
|
|
|
|||
Loading…
Reference in a new issue