Skip to content

make JULIA_PRECOMPILE=0 doesn't skip precompilation of stdlibs anymore #55181

@giordano

Description

@giordano

Already in v1.11.0-alpha1, make JULIA_PRECOMPILE=0 doesn't work anymore to skip precompilation of stdlibs. I'm confused because it looks to me the check in

if Base.isempty(Base.ARGS) || Base.ARGS[1] !== "0"
is still correct (and hasn't been touched in a few years), but maybe the argument isn't passed around correctly. But also
--startup-file=no --warn-overwrite=yes --sysimage $$(call cygpath_w,$$<) $$(call cygpath_w,$$(JULIAHOME)/contrib/generate_precompile.jl) $(JULIA_PRECOMPILE); then \
looks good to me at a quick glance.

Confirmed by @Octogonapus on current master.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviorbuildingBuild system, or building Julia or its dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions