Replies: 4 comments 5 replies
-
I'm not familiar with ldc so is there |
Beta Was this translation helpful? Give feedback.
-
Sorry for my ignorance, what does --disable-verify do? |
Beta Was this translation helpful? Give feedback.
-
so how do we do it? |
Beta Was this translation helpful? Give feedback.
-
I'm currently using the latest version of ldc2, and I haven't noticed much difference using this flag at the moment. I've also improved ldc2 support in my sokol-d project using zig build system parallelism. Attaching the caching build of both tools. I remember reading an old post by one of the LDC developers about using Fixed link (edited) Wouldn't using the |
Beta Was this translation helpful? Give feedback.
-
https://llvm.org/docs/Passes.html#verify-module-verifier
Module verification turns segfaults into error messages that should never show up in the first place. I tested the effect --disable-verify has on a pretty large project of mine, here are the results:
Beta Was this translation helpful? Give feedback.
All reactions