mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +00:00
9 lines
359 B
Zig
9 lines
359 B
Zig
pub const have_llvm = true;
|
|
pub const version: [:0]const u8 = "@ZIG_VERSION@";
|
|
pub const semver = try @import("std").SemanticVersion.parse(version);
|
|
pub const log_scopes: []const []const u8 = &[_][]const u8{};
|
|
pub const enable_tracy = false;
|
|
pub const is_stage1 = true;
|
|
pub const skip_non_native = false;
|
|
pub const omit_stage2: bool = @ZIG_OMIT_STAGE2_BOOL@;
|