diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-11-25 14:12:33 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-11-25 14:12:33 +0000 |
commit | 67e60434c30e9a53cf8c994a4c97a689732cfc8f (patch) | |
tree | 81ae3cf7fbac9642825b59dd2cd57f408949270a /openmp/runtime/doc/doxygen | |
parent | 198720d38e5b09c1b06f9c379b830d279b0767b3 (diff) | |
download | bcm5719-llvm-67e60434c30e9a53cf8c994a4c97a689732cfc8f.tar.gz bcm5719-llvm-67e60434c30e9a53cf8c994a4c97a689732cfc8f.zip |
doxygen: disable the html timestamp: this is breaking the reproducible build of openmp
llvm-svn: 318978
Diffstat (limited to 'openmp/runtime/doc/doxygen')
-rw-r--r-- | openmp/runtime/doc/doxygen/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/doc/doxygen/config b/openmp/runtime/doc/doxygen/config index e02fdbd4725..cd1eca2f288 100644 --- a/openmp/runtime/doc/doxygen/config +++ b/openmp/runtime/doc/doxygen/config @@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80 # page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
|