mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
CLI: use zon format for clang options
- plain old data ftw - 177K -> 151K - data bypasses Sema This change is not really important but it was nice to explore best practices for data like this. When I measured building the compiler, I found no statistically significant difference in compilation time.
This commit is contained in:
@@ -348,8 +348,6 @@ set(ZIG_STAGE2_SOURCES
|
||||
src/Value.zig
|
||||
src/Zcu.zig
|
||||
src/Zcu/PerThread.zig
|
||||
src/clang_options.zig
|
||||
src/clang_options_data.zig
|
||||
src/codegen.zig
|
||||
src/codegen/aarch64.zig
|
||||
src/codegen/aarch64/abi.zig
|
||||
|
||||
Reference in New Issue
Block a user