| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improve clang static libc++ runtimes
|
|
|
|
|
|
|
|
|
|
|
|
masm only supports -Zi/-Zd; the -Z7 and -ZI flags of cl.exe are rejected
with warning A4018, and without -WX the flag is silently dropped, so
`set_symbols("debug", "embed")` produced asm objects without any debug
info. -Zi already embeds debug info in the object file (masm has no
compile-time pdb), so the embed and edit levels now degrade to it.
Also fix the gcc-style -g mapping which had the same problem.
Fixes #7675
Co-Authored-By: Claude Fable 5 <[email protected]>
|
|
|
|
improve to find vcpkg packages
|
|
|
|
|
|
fix clang c++_static runtime
|
|
|
|
refactor emcc detection to support both .exe and .bat on windows
|
|
Fixes #7658
|
|
fix bin2obj for some archs
|
|
|
|
Add transform support for bin2obj/bin2c
|
|
When the riscv64 architecture was first introduced, it was at 35, but that version was never usable outside of internal dev environments, the libraries for linking are actually in `36`.
|
|
|
|
|
|
|
|
|
|
improve pch for std modules
|
|
|
|
|
|
|
|
|
|
|
|
Fix pkgconfig path for bsd in meson.lua
|
|
|
|
|
|
|
|
|
|
|