Skip to content

Commit 7145615

Browse files
authored
Merge pull request swiftlang#33393 from drexin/wip-fix-linux-build
Don't build with stdlib assertions on Linux
2 parents 6114c00 + 27102e2 commit 7145615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-presets.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ llvm-install-components=llvm-cov;llvm-profdata;IndexStore;clang;clang-resource-h
791791

792792
[preset: mixin_linux_installation]
793793
mixin-preset=
794-
mixin_lightweight_assertions
794+
mixin_lightweight_assertions,no-stdlib-asserts
795795
mixin_linux_install_components_with_clang
796796

797797
llbuild

0 commit comments

Comments
 (0)