We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d22bcb commit a506fabCopy full SHA for a506fab
llvm/utils/gn/secondary/llvm/lib/DebugInfo/PDB/enable_dia.gni
@@ -1,4 +1,6 @@
1
declare_args() {
2
# Whether to build code that requires the Microsoft DIA SDK.
3
+ # If this is set, %INCLUDE% must contain ".../DIA SDK/include"
4
+ # and %LIB% must contain ".../DIA SKD/lib/amd64".
5
llvm_enable_dia_sdk = false
6
}
0 commit comments