Skip to content

Commit

Permalink
juliac: add the --experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 13, 2024
1 parent 6d9e931 commit 7a06393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juliac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JULIAC ?= $(shell $(JULIA) -e 'print(normpath(joinpath(Sys.BINDIR, Base.DATAROOT
RUNIC_FILES := $(wildcard ../src/*.jl) ../Project.toml

runicc: runicc.jl Project.toml Manifest.toml $(RUNIC_FILES) check-julia
$(JULIA) --project=. $(JULIAC) --output-exe $@ --trim=unsafe $<
$(JULIA) --project=. $(JULIAC) --verbose --output-exe $@ --experimental --trim=unsafe $<

Manifest.toml: Project.toml ../Project.toml
$(JULIA) --project=. -e 'using Pkg; Pkg.instantiate()'
Expand Down

0 comments on commit 7a06393

Please sign in to comment.