mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-15 22:00:57 +01:00
export zig as c/c++ compiler
Alternate CC and CXX
This commit is contained in:
committed by
GitHub
parent
0ead02ec6f
commit
1e8f612206
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Zig as C & CXX compiler (clang wrapper)
|
# Zig as C & CXX compiler (clang wrapper)
|
||||||
alias ZCC="zig cc -fno-sanitize=all -lc"
|
export ZCC="zig cc -fno-sanitize=all -lc"
|
||||||
alias ZCXX="zig c++ -fno-sanitize=all -lc -lc++"
|
export ZCXX="zig c++ -fno-sanitize=all -lc -lc++"
|
||||||
|
|
||||||
# Zig build-system project
|
# Zig build-system project
|
||||||
alias zbuild="zig build"
|
alias zbuild="zig build"
|
||||||
|
|||||||
Reference in New Issue
Block a user