-
- Downloads
build: enable building from a directory which is not a subdirectory of the source directory
Rationale: building `ASAP::O` from a Docker image on macOS inside a subdirectory of the source directory can be slow because the files inside the subdirectory are visible from macOS and macOS does not seem to handle well when many files changed within a virtual machine. It is therefore faster to compile from a directory that is not mounted on the Docker image, which cannot be a subdirectory of the source directory.
parent
18bf205c
No related branches found
No related tags found
Please register or sign in to comment