Post Avwu8W1A5IupErC2Ge by foone@digipres.club
(DIR) More posts by foone@digipres.club
(DIR) Post #Avwt8ZnZvYOD0jIxyC by foone@digipres.club
2025-07-09T06:43:09Z
0 likes, 0 repeats
one of the downsides of the existence of the site Stack Overflow is that it makes it a lot harder to google your stack overflow problems
(DIR) Post #AvwtBduv4V9keWCVn6 by foone@digipres.club
2025-07-09T06:43:31Z
0 likes, 0 repeats
I'm somehow triggering a stack overflow in MSVC's link.exe
(DIR) Post #Avwth20BZfeEKNdCAi by miodvallat@hostux.social
2025-07-09T06:49:12Z
0 likes, 0 repeats
@foone Captain, it's wednesday.
(DIR) Post #AvwtkUdbZ0Ko0bihKC by raptor85@mastodon.gamedev.place
2025-07-09T06:49:55Z
0 likes, 0 repeats
@foone I use DDG and i have that site filtered from all results, it makes it a lot easier to find answers for most problems as a SO answer will just be a long the line of "Why would you want to do that, instead of doing that in C you should write it in ruby and make it a web app. (closed as duplicate of something entirely irrelevant to the issue)"
(DIR) Post #Avwu8W1A5IupErC2Ge by foone@digipres.club
2025-07-09T06:54:18Z
0 likes, 0 repeats
it's crashing while parsing user32.lib? part of windows itself!?
(DIR) Post #AvwvPJfTM0k3oUcho8 by foone@digipres.club
2025-07-09T07:08:36Z
0 likes, 0 repeats
I don't know why it's broken, but changing /debug to /debug:fastlink fixes it.fastlink is a partial-PDB thing that's not recommended anymore, but apparently it avoids the crash in PDB generation
(DIR) Post #AvwvwKTtLqlntLwrS4 by Dexruus@chaos.social
2025-07-09T07:14:28Z
0 likes, 0 repeats
@foone Ruststuff? MS is borked (as always) > https://github.com/rust-lang/rust/issues/141626