Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
51 contributions in the last year
Contribution activity
September 2020
Created an issue in ziglang/zig that received 1 comment
zig cc can't read input from stdin
Meson uses CXX -E -dM - to read all defines produced by a compiler.
This fails with zig cc and zig c++ because the - flag is not recognized:
$ zig …
1
comment

