mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
- Invoking make with QUIET=0 (or in an exported environment variable) will display the full compile and link commands executed. - Invoking make with BUILD_SEPARATE=0 will cause each simulator being built to be built with a single compile and link command. This is how things were previously, but now the default has been changed to more easily support active simulator development by compiling files that have changed. - Silence link time warning on macOS - cleanup C++ support for ND100 and C++ builds of other simulators