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 cf33e24 commit f204b21Copy full SHA for f204b21
swift-build-presets
@@ -1,4 +1,6 @@
1
[preset: codeql-baseline]
2
+bootstrapping=bootstrapping
3
+
4
llvm-cmake-options=-DLLVM_ENABLE_TERMINFO=OFF -DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64
5
6
skip-ios
@@ -30,21 +32,12 @@ no-assertions
30
32
31
33
reconfigure
34
-[preset: codeql-release]
35
+[preset: codeql]
36
mixin-preset=codeql-baseline
37
release
38
build-subdir=codeql
39
-[preset: codeql-Linux]
-mixin-preset=codeql-release
40
-bootstrapping=hosttools
41
-
42
-[preset: codeql-macOS]
43
44
-bootstrapping=bootstrapping
45
46
[preset: codeql-debug]
47
48
debug
49
build-subdir=codeql-debug
50
0 commit comments