2022-11-16 06:04:18 +00:00
|
|
|
pub const have_llvm = true;
|
2021-09-01 06:50:10 +01:00
|
|
|
pub const llvm_has_m68k = false;
|
|
|
|
pub const llvm_has_csky = false;
|
|
|
|
pub const llvm_has_arc = false;
|
2023-01-26 23:33:40 +00:00
|
|
|
pub const llvm_has_xtensa = false;
|
2022-10-31 20:12:52 +00:00
|
|
|
pub const version: [:0]const u8 = "@RESOLVED_ZIG_VERSION@";
|
2021-06-13 20:27:27 +01:00
|
|
|
pub const semver = @import("std").SemanticVersion.parse(version) catch unreachable;
|
2024-03-01 15:46:48 +00:00
|
|
|
pub const enable_debug_extensions = false;
|
|
|
|
pub const enable_logging = false;
|
|
|
|
pub const enable_link_snapshots = false;
|
2020-08-18 01:06:23 +01:00
|
|
|
pub const enable_tracy = false;
|
2022-06-09 23:33:04 +01:00
|
|
|
pub const value_tracing = false;
|
2020-12-02 21:51:22 +00:00
|
|
|
pub const skip_non_native = false;
|
2022-11-16 00:40:04 +00:00
|
|
|
pub const force_gpa = false;
|
2024-07-19 06:04:59 +01:00
|
|
|
pub const dev = .core;
|