#Accessing stage 3 compiler
1 messages · Page 1 of 1 (latest)
sometimes in order to have a known working version and latest i just build it and fish out zig out of ../zig-cache/o/some_hash/zig and copy it to ./ (and it would use the git ../lib)
1 messages · Page 1 of 1 (latest)
How is the stage 3 compiler supposed to be accessed while working on the compiler?
I know that the install target puts it in a folder called stage3, but that spends more time building the langref than actually copying files.
Is there another method?
sometimes in order to have a known working version and latest i just build it and fish out zig out of ../zig-cache/o/some_hash/zig and copy it to ./ (and it would use the git ../lib)