]> gitweb.factorcode.org Git - factor.git/commit
vm/master.hpp: optional reproducible VM compilation 2115/head
authorCat Stevens <catb0t@protonmail.ch>
Wed, 20 Feb 2019 19:29:32 +0000 (14:29 -0500)
committerCat Stevens <catb0t@protonmail.ch>
Wed, 20 Feb 2019 20:50:06 +0000 (15:50 -0500)
commit044f7bbe11db26fc98580d1f6a84af35b04740b4
tree7a84cabf8a7cc2fd02e52813947f3c78c327e139
parent29da71e2bf7d7fc40333752ae692b2b6bd71214e
vm/master.hpp: optional reproducible VM compilation

The old behaviour of building with `__DATE__` and
    `__TIME__` is still the default, but now it's
    possible to use `-DREPRODUCIBLE=1` and the
    `REPRODUCIBLE=1` parameter to `make` and `nmake`.

Specifically, this replaces the value of
    `FACTOR_COMPILE_TIME` with the string constant
    `"[reproducible]"`. This is purely a cosmetic
    change.
GNUmakefile
Nmakefile
vm/master.hpp