mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 11:03:11 +00:00
Add a missing comment.
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
parent
1795472eb7
commit
dc7d354ee4
@ -141,6 +141,7 @@ pub fn buildLibCXX(comp: *Compilation) !void {
|
||||
if (target.os.tag == .wasi) {
|
||||
// WASI doesn't support thread yet.
|
||||
try cflags.append("-D_LIBCPP_HAS_NO_THREADS");
|
||||
// Also, exception is not supported yet.
|
||||
try cflags.append("-fno-exceptions");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user