Files
mattgodbolt-molty d036e5aad0 Fix nasm default output format to elf64
The default output format was 'elf' (32-bit ELF), causing a
'64-bit unsigned relocation zero-extended from 32 bits' warning
when using 64-bit addressing modes (BITS 64). Since CE runs on
x86-64, elf64 is the correct default.

Users who need 32-bit output can still pass -felf explicitly.

Fixes #8273

🤖 Generated by LLM (Claude, via OpenClaw)
2026-02-21 14:05:48 -06:00
..
2025-07-28 10:34:46 -05:00
2025-07-28 10:34:46 -05:00