diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-16 04:43:42 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-16 04:58:20 +0100 |
commit | 213298fb822258bb69c6b85b7c8d7f019fd2306a (patch) | |
tree | 130128bcc8da87f97bcd372109121c60a6324db5 | |
parent | 8e050193e17ed002f7608ba1b1fe3371a8bb182c (diff) |
build-sys: warn if builds are not byte-by-byte reproducible due to usage of __DATE__ and suchlike
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f85e86e52b..9a32d9c8b6 100644 --- a/configure.ac +++ b/configure.ac @@ -143,6 +143,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wno-missing-field-initializers \ -Wno-unused-result \ -Werror=overflow \ + -Wdate-time \ -ffast-math \ -fno-common \ -fdiagnostics-show-option \ |