mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
export zig as c/c++ compiler
Alternate CC and CXX
This commit is contained in:
parent
0ead02ec6f
commit
1e8f612206
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Zig as C & CXX compiler (clang wrapper)
|
||||
alias ZCC="zig cc -fno-sanitize=all -lc"
|
||||
alias ZCXX="zig c++ -fno-sanitize=all -lc -lc++"
|
||||
export ZCC="zig cc -fno-sanitize=all -lc"
|
||||
export ZCXX="zig c++ -fno-sanitize=all -lc -lc++"
|
||||
|
||||
# Zig build-system project
|
||||
alias zbuild="zig build"
|
||||
|
|
Loading…
Reference in a new issue