no --recompile-only
for "distro-build-client" step
The `--recompile-only` flag makes sense if machine-independent bytecode can be deterministically generated from all Racket builds. While the current compiler is close, there are obstacles such as the lack of support for single-precision floating-point literals in Racket CS. We settle for using `--recompile-only` in the main bundle phase, which is the part that most needs to go fast.
This commit is contained in:
parent
4248f9bea0
commit
00a50ca772
2
Makefile
2
Makefile
|
@ -622,7 +622,7 @@ WIN32_RACO = $(WIN32_PLAIN_RACKET) $(USER_CONFIG) -N raco -l- raco
|
|||
X_AUTO_OPTIONS = --skip-installed --deps search-auto --pkgs $(JOB_OPTIONS)
|
||||
USER_AUTO_OPTIONS = --scope user $(X_AUTO_OPTIONS)
|
||||
SOURCE_USER_AUTO_q = --catalog build/catalog-copy $(USER_AUTO_OPTIONS)
|
||||
REMOTE_USER_AUTO = --catalog $(SVR_CAT) $(USER_AUTO_OPTIONS) $(RECOMPILE_OPTIONS)
|
||||
REMOTE_USER_AUTO = --catalog $(SVR_CAT) $(USER_AUTO_OPTIONS)
|
||||
REMOTE_INST_AUTO = --catalog $(SVR_CAT) --scope installation $(X_AUTO_OPTIONS) $(RECOMPILE_OPTIONS)
|
||||
CONFIG_MODE_q = "$(CONFIG)" "$(CONFIG_MODE)"
|
||||
BUNDLE_CONFIG = bundle/racket/etc/config.rktd
|
||||
|
|
Loading…
Reference in New Issue
Block a user