summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-16 04:43:42 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-16 04:58:20 +0100
commit213298fb822258bb69c6b85b7c8d7f019fd2306a (patch)
tree130128bcc8da87f97bcd372109121c60a6324db5 /configure.ac
parent8e050193e17ed002f7608ba1b1fe3371a8bb182c (diff)
build-sys: warn if builds are not byte-by-byte reproducible due to usage of __DATE__ and suchlike
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f85e86e52..9a32d9c8b 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 \