mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-lang/swift: build without compiler assertions
Closes: https://bugs.gentoo.org/940500 Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
@@ -222,6 +222,8 @@ src_compile() {
|
|||||||
"${S}/swift/utils/build-script" \
|
"${S}/swift/utils/build-script" \
|
||||||
--verbose-build \
|
--verbose-build \
|
||||||
--release \
|
--release \
|
||||||
|
--no-assertions \
|
||||||
|
--build-subdir="Ninja-Release" \
|
||||||
--install-destdir="${S}/stage0" \
|
--install-destdir="${S}/stage0" \
|
||||||
--extra-cmake-options="${extra_cmake_options}" \
|
--extra-cmake-options="${extra_cmake_options}" \
|
||||||
--bootstrapping=off \
|
--bootstrapping=off \
|
||||||
@@ -245,6 +247,8 @@ src_compile() {
|
|||||||
"${S}/swift/utils/build-script" \
|
"${S}/swift/utils/build-script" \
|
||||||
--verbose-build \
|
--verbose-build \
|
||||||
--release \
|
--release \
|
||||||
|
--no-assertions \
|
||||||
|
--build-subdir="Ninja-Release" \
|
||||||
--install-destdir="${S}/stage1" \
|
--install-destdir="${S}/stage1" \
|
||||||
--extra-cmake-options="${extra_cmake_options}" \
|
--extra-cmake-options="${extra_cmake_options}" \
|
||||||
--build-swift-libexec=false \
|
--build-swift-libexec=false \
|
||||||
@@ -267,6 +271,8 @@ src_compile() {
|
|||||||
"${S}/swift/utils/build-script" \
|
"${S}/swift/utils/build-script" \
|
||||||
--verbose-build \
|
--verbose-build \
|
||||||
--release \
|
--release \
|
||||||
|
--no-assertions \
|
||||||
|
--build-subdir="Ninja-Release" \
|
||||||
--install-destdir="${S}/stage2" \
|
--install-destdir="${S}/stage2" \
|
||||||
--extra-cmake-options="${extra_cmake_options}" \
|
--extra-cmake-options="${extra_cmake_options}" \
|
||||||
--build-swift-libexec=false \
|
--build-swift-libexec=false \
|
||||||
|
|||||||
Reference in New Issue
Block a user