Commit b322f6cf authored by Mike Perry's avatar Mike Perry
Browse files

Build determinism fix: Disable library timestamping.

This timestamp prevents deterministic builds, and is set in a way that
libfaketime can't correct.
parent 0e8075b3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -10,11 +10,9 @@
#include <sys/time.h>
#elif defined(_WIN32)
#include <windows.h>
#else
#error "Architecture not supported"
#endif


#define OMIT_LIB_BUILD_TIME
int main(int argc, char **argv)
{
#if defined(OMIT_LIB_BUILD_TIME)