diff options
author | ed <ed@FreeBSD.org> | 2010-06-10 12:15:09 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-06-10 12:15:09 +0000 |
commit | 5e643891b23b4b4ccc04283256c9c16f616caf02 (patch) | |
tree | 675a8d1142787d3f3673043ed5a7dcdd1f0f086f /lib/clang | |
parent | d95e25d8db2f8c2c55c9aaa69cbe257ac407b79a (diff) | |
download | FreeBSD-src-5e643891b23b4b4ccc04283256c9c16f616caf02.zip FreeBSD-src-5e643891b23b4b4ccc04283256c9c16f616caf02.tar.gz |
Disable usage of __DATE__.
This ensures that the Clang binary doesn't change checksums every time
it's built.
Diffstat (limited to 'lib/clang')
-rw-r--r-- | lib/clang/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index d29dff5..538a142 100644 --- a/lib/clang/include/llvm/Config/config.h +++ b/lib/clang/include/llvm/Config/config.h @@ -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 */ |