v2.1.16
PackageCompiler v2.1.16
Merged pull requests:
- clear more state before serializing sysimage (#899) (@KristofferC)
- skip testing on 1.8 (#901) (@KristofferC)
- only bundle stdlibs in sysimage when
filter_stdlibs=false
(#902) (@KristofferC) - use
isdebugbuild()
rather thanccall
ing into libjulia directly (#903) (@sjkelly) - move
-O2
flag intocflags()
(#904) (@sjkelly) - Add
base_sysimage
keyword tocreate_library
(#905) (@ashutosh-b-b) - create a proper sysimage for the base sysimage (#906) (@KristofferC)
- set version to 2.1.16 (#907) (@KristofferC)
Closed issues:
- precompilation is very slow with incremental=false (#783)