Ludovic Courtès <[email protected]> writes: > Ricardo Wurmus <[email protected]> skribis: > >> When building “julia” twice we get different binaries for >> >> $out/lib/julia/sys.so >> >> and >> >> $out/lib/julia/sys-debug.so > > Apparently there’s no __DATE__ and __TIME__ in the C code. > > I would check if the order of object files on the command line that > links those shared objects is always the same.
As far as I could tell the order of shared objects in two consecutive runs is the same. ~~ Ricardo
