]> gitweb.factorcode.org Git - factor.git/commit
vm: Fix DEBUG flag, make REPRODUCIBLE work like debug, minor fixes to build.sh
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Feb 2019 22:17:58 +0000 (16:17 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 23 Feb 2019 22:23:33 +0000 (16:23 -0600)
commita9871b39aabe025b26b673a35e568c83c29897f9
tree1a6688011712d2262bb78bf0ec5a4570e6c4e2ad
parent044f7bbe11db26fc98580d1f6a84af35b04740b4
vm: Fix DEBUG flag, make REPRODUCIBLE work like debug, minor fixes to build.sh

- ``make DEBUG=0`` caused debug mode because the check was ``ifdef DEBUG`` which is true even if DEBUG=0
- no need to ``#pragma message`` that we are doing a reproducible build imo
- clang warns about redefining builtin macros, turn the warning off for reproducible builds
- add ``./build.sh info`` as an alias for ``./build.sh report``
- show if we a reproducible in report/info
GNUmakefile
Nmakefile
build.sh
vm/Config.unix
vm/master.hpp