Replies: 1 comment 1 reply
-
It looks like vcpkg (not CMake itself) adds the I wonder if LLVM is injecting it via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to have a Debug build locally with Visual Studio, to have Release and Debug symbol/pdb. Currently I have various:
I didn't find the related custom build. I try to add blindly:
To remove runtime checks. Do you have an idea which custom build it's from?
Those flag seem to be added by default by CMake on Visual Studio solution generation.
I used vcpkg for dependencies, so I used LLVM 10.0.0#1 with {aarch64, amdgup, arm, hexagon, mips, nvptx, powerpc, riscv, x86, web-assembly}, I don't think it's related.
Command Line:
Beta Was this translation helpful? Give feedback.
All reactions