build: remove the Exercise.async field
The stage1 C++ compiler is gone forever. Remove the custom support and documentation for the old stage1 compiler in build.zig and README.md.
This commit is contained in:
parent
40240a100e
commit
b864078920
2 changed files with 0 additions and 21 deletions
|
|
@ -74,9 +74,6 @@ Once you have a build of the Zig compiler that works with Ziglings, they'll
|
|||
continue to work together. But keep in mind that if you update one, you may
|
||||
need to also update the other.
|
||||
|
||||
Also note that the current "stage 1" Zig compiler is very strict
|
||||
about input:
|
||||
[no tab characters or Windows CR/LF newlines are allowed](https://github.com/ziglang/zig/issues/544).
|
||||
|
||||
### Version Changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue