From bddd915dd92abbf106a9dc5600782c3fd61b0a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 4 Aug 2026 20:40:01 +0200 Subject: [PATCH] zig cc: fix CPU model and features not being passed to the assembler --- src/Compilation.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Compilation.zig b/src/Compilation.zig index 0952e9f7dc05456c4a8d4e6cbc35fa17d14ef484..56a245a1e0769f915aa25c6d7daeb3d0d10716de 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -6663,6 +6663,8 @@ pub fn addCCArgs( // Only compiled files support these flags. switch (ext) { + .assembly, + .assembly_with_cpp, .c, .h, .cpp, -- 2.54.0