You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by chen4s666 February 11, 2025
Hello,
When compiling with -g--linker=clang--target=x86_64-pc-windows-msvc,
I get an error LNK2017: 'ADDR32' relocation to '.debug_line_str' invalid without /LARGEADDRESSAWARE:NO
What shall I do.
I also noticed that the Rust compiler had a similar problem. rust-lang/rust#29413
The text was updated successfully, but these errors were encountered:
Discussed in #1409
Originally posted by chen4s666 February 11, 2025
Hello,
When compiling with
-g
--linker=clang
--target=x86_64-pc-windows-msvc
,I get an error
LNK2017: 'ADDR32' relocation to '.debug_line_str' invalid without /LARGEADDRESSAWARE:NO
What shall I do.
I also noticed that the Rust compiler had a similar problem.
rust-lang/rust#29413
The text was updated successfully, but these errors were encountered: