Zig 0.17.0-dev (Split by item)

This is an example of documentation generated by ZigDoc, an alternative to Zig's built-in Auto Doc feature. See also examples in other modes/formats. The project being documented here (as the example) is the Zig library itself.

default

CodeGenOptions.default
pub const default: @This() = .

File

lib/compiler/aro/backend/CodeGenOptions.zig:85

Code

pub const default: @This() = .{
    .common = false,
    .func_sections = false,
    .data_sections = false,
    .pic_level = .none,
    .is_pie = false,
    .optimization_level = .@"0",
    .debug = .strip,
    .dwarf_version = .@"0",
}